Html Css Color HEX #A85037 Orange Roughy

📋 copy color: '#A85037'

red 168 ◦ green 80 ◦ blue 55

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

Shades of Orange Roughy #A85037

Tints of Orange Roughy #A85037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 55.45%
G = 26.4%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A85037 (or 0xA85037) is known color: Orange Roughy. HEX triplet: A8, 50 and 37. RGB value is (168,80,55). Sum of RGB (Red+Green+Blue) = 168+80+55=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A85037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85037 is #57AFC8. Grayscale: #676767. Windows color (decimal): -5746633 or 3625128. OLE color: 3625128.

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

Color convert

RGB 168 80 55 -
CMYK 0 0.52 0.67 0.34
HSL 13.27º 0.51% 0.44% -
HSV(B) 13.27º 0.67% 0.66% -
XYZ 19.71 14.34 5.34 -
YUV 103.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 168 80 55 0 0.52 0.67 0.34 13.27 0.51 0.44
Hex A8 50 37 0 34 43 22 D 33 2C
Octal 250 120 67 0 64 103 42 15 63 54
Binary 10101000 1010000 110111 0 110100 1000011 100010 1101 110011 101100

Color Harmonies of #A85037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85037

Black with #A85037

Text Example


Text Example

White with #A85037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85037; }

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

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

background-color css

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

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

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

border-color css

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

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

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