#A85335

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

Shades of Orange Roughy #A85335

Tints of Orange Roughy #A85335

Color information

#A85335 (or 0xA85335) is unknown color: approx Orange Roughy. HEX triplet: A8, 53 and 35. RGB value is (168,83,53). Sum of RGB (Red+Green+Blue) = 168+83+53=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A85335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85335 is #57ACCA. Grayscale: #696969. Windows color (decimal): -5745867 or 3494824. OLE color: 3494824.

HSL color Cylindrical-coordinate representation of color #A85335: hue angle of 15.65º 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 #A85335 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1688353-
CMYK00.510.680.34
HSL15.65º52.04%43.33%-
HSV(B)15.65º68.45%65.88%-
XYZ19.8814.775.17-
YUV10598.66172.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=55.26%
G=27.30%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168835300.510.680.3415.6552.0443.33
HexA85335033442210342b
Octal2501236506310442206453
Binary1010100010100111101010110011100010010001010000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85335; }

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

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

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

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

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

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

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

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