#A85035

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

Shades of Orange Roughy #A85035

Tints of Orange Roughy #A85035

Color information

#A85035 (or 0xA85035) is unknown color: approx Orange Roughy. HEX triplet: A8, 50 and 35. RGB value is (168,80,53). Sum of RGB (Red+Green+Blue) = 168+80+53=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A85035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85035 is #57AFCA. Grayscale: #676767. Windows color (decimal): -5746635 or 3494056. OLE color: 3494056.

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

Color convert

RGB1688053-
CMYK00.520.680.34
HSL14.09º52.04%43.33%-
HSV(B)14.09º68.45%65.88%-
XYZ19.6614.325.1-
YUV103.2399.65174.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=55.81%
G=26.58%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168805300.520.680.3414.0952.0443.33
HexA850350344422e342b
Octal2501206506410442166453
Binary101010001010000110101011010010001001000101110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85035; }

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

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

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

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

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

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

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

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