#A55236

Color #A55236 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A55236

Tints of Orange Roughy #A55236

Color information

#A55236 (or 0xA55236) is unknown color: approx Orange Roughy. HEX triplet: A5, 52 and 36. RGB value is (165,82,54). Sum of RGB (Red+Green+Blue) = 165+82+54=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55236 is #5AADC9. Grayscale: #676767. Windows color (decimal): -5942730 or 3560101. OLE color: 3560101.

HSL color Cylindrical-coordinate representation of color #A55236: hue angle of 15.14º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A55236 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1658254-
CMYK00.500.670.35
HSL15.14º50.68%42.94%-
HSV(B)15.14º67.27%64.71%-
XYZ19.214.35.24-
YUV103.62100171.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 54 (21.48% from 255) = 17.94%
R=54.82%
G=27.24%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165825400.500.670.3515.1450.6842.94
HexA552360324323f332b
Octal2451226606210343176353
Binary101001011010010110110011001010000111000111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55236; }

 p { color: rgb(165,82,54); }

 H1.HeaderClassName
 {
   color: #A55236;
 }
 .AnyTagClassName
 {
   color: #A55236;
 }
</style>
background-color css

<style>
 a { background-color: #A55236; }

 a { background-color: rgb(165,82,54); }

 div.DivClassName
 {
   background-color: #A55236;
 }
 .BgClassName
 {
   background-color: #A55236;
 }
</style>
border-color css

<style>
 span { border-color: #A55236; }

 span { border-color: rgb(165,82,54); }

 td.TdClassName
 {
   border-color: #A55236;
 }
 .TagClassName
 {
   border-color: #A55236;
 }
</style>