Html Css Color HEX #A85039 Orange Roughy

📋 copy color: '#A85039'

red 168 ◦ green 80 ◦ blue 57

#A85039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #A85039

Tints of Orange Roughy #A85039

RGB

 RED value IS 168 (66.02% from 255) = 55.08%

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 57 (22.66% from 255) = 18.69%

R = 55.08%
G = 26.23%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A85039 (or 0xA85039) is known color: Orange Roughy. HEX triplet: A8, 50 and 39. RGB value is (168,80,57). Sum of RGB (Red+Green+Blue) = 168+80+57=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85039 is #57AFC6. Grayscale: #676767. Windows color (decimal): -5746631 or 3756200. OLE color: 3756200.

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

Color convert

RGB 168 80 57 -
CMYK 0 0.52 0.66 0.34
HSL 12.43º 0.49% 0.44% -
HSV(B) 12.43º 0.66% 0.66% -
XYZ 19.76 14.36 5.6 -
YUV 103.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 168 80 57 0 0.52 0.66 0.34 12.43 0.49 0.44
Hex A8 50 39 0 34 42 22 C 31 2C
Octal 250 120 71 0 64 102 42 14 61 54
Binary 10101000 1010000 111001 0 110100 1000010 100010 1100 110001 101100

Color Harmonies of #A85039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85039

Black with #A85039

Text Example


Text Example

White with #A85039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85039; }

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

 H1.HeaderClassName
 {
   color: #A85039;
 }
 .AnyTagClassName
 {
   color: #A85039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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