#A85235

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

Shades of Orange Roughy #A85235

Tints of Orange Roughy #A85235

Color information

#A85235 (or 0xA85235) is unknown color: approx Orange Roughy. HEX triplet: A8, 52 and 35. RGB value is (168,82,53). Sum of RGB (Red+Green+Blue) = 168+82+53=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A85235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85235 is #57ADCA. Grayscale: #686868. Windows color (decimal): -5746123 or 3494568. OLE color: 3494568.

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

Color convert

RGB1688253-
CMYK00.510.680.34
HSL15.13º52.04%43.33%-
HSV(B)15.13º68.45%65.88%-
XYZ19.8114.625.15-
YUV104.4198.99173.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.45%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=55.45%
G=27.06%
B=17.49%

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
Decimal168825300.510.680.3415.1352.0443.33
HexA852350334422f342b
Octal2501226506310442176453
Binary101010001010010110101011001110001001000101111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85235; }

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

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

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

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

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

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

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

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