#A85536

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

Shades of Orange Roughy #A85536

Tints of Orange Roughy #A85536

Color information

#A85536 (or 0xA85536) is unknown color: approx Orange Roughy. HEX triplet: A8, 55 and 36. RGB value is (168,85,54). Sum of RGB (Red+Green+Blue) = 168+85+54=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85536 is #57AAC9. Grayscale: #6A6A6A. Windows color (decimal): -5745354 or 3560872. OLE color: 3560872.

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

Color convert

RGB1688554-
CMYK00.490.680.34
HSL16.32º51.35%43.53%-
HSV(B)16.32º67.86%65.88%-
XYZ20.0615.095.34-
YUV106.2898.5172.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=54.72%
G=27.69%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168855400.490.680.3416.3251.3543.53
HexA85536031442210332c
Octal2501256606110442206354
Binary1010100010101011101100110001100010010001010000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85536; }

 p { color: rgb(168,85,54); }

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

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

 a { background-color: rgb(168,85,54); }

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

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

 span { border-color: rgb(168,85,54); }

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