#A85435

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

Shades of Orange Roughy #A85435

Tints of Orange Roughy #A85435

Color information

#A85435 (or 0xA85435) is unknown color: approx Orange Roughy. HEX triplet: A8, 54 and 35. RGB value is (168,84,53). Sum of RGB (Red+Green+Blue) = 168+84+53=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85435 is #57ABCA. Grayscale: #696969. Windows color (decimal): -5745611 or 3495080. OLE color: 3495080.

HSL color Cylindrical-coordinate representation of color #A85435: hue angle of 16.17º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A85435 is Cyan = 0, Magento = 0.5, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1688453-
CMYK00.50.680.34
HSL16.17º52.04%43.33%-
HSV(B)16.17º68.45%65.88%-
XYZ19.9614.925.2-
YUV105.5898.33172.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.08%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=55.08%
G=27.54%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168845300.50.680.3416.1752.0443.33
HexA85435032442210342b
Octal2501246506210442206453
Binary1010100010101001101010110010100010010001010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85435; }

 p { color: rgb(168,84,53); }

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

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

 a { background-color: rgb(168,84,53); }

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

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

 span { border-color: rgb(168,84,53); }

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