Html Css Color HEX #A85E1E Rich Gold

📋 copy color: '#A85E1E'

red 168 ◦ green 94 ◦ blue 30

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

Shades of Rich Gold #A85E1E

Tints of Rich Gold #A85E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 57.53%
G = 32.19%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A85E1E (or 0xA85E1E) is known color: Rich Gold. HEX triplet: A8, 5E and 1E. RGB value is (168,94,30). Sum of RGB (Red+Green+Blue) = 168+94+30=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E1E is #57A1E1. Grayscale: #6D6D6D. Windows color (decimal): -5743074 or 1990312. OLE color: 1990312.

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

Color convert

RGB 168 94 30 -
CMYK 0 0.44 0.82 0.34
HSL 27.83º 0.7% 0.39% -
HSV(B) 27.83º 0.82% 0.66% -
XYZ 20.39 16.42 3.32 -
YUV 108.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 168 94 30 0 0.44 0.82 0.34 27.83 0.7 0.39
Hex A8 5E 1E 0 2C 52 22 1C 46 27
Octal 250 136 36 0 54 122 42 34 106 47
Binary 10101000 1011110 11110 0 101100 1010010 100010 11100 1000110 100111

Color Harmonies of #A85E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E1E

Black with #A85E1E

Text Example


Text Example

White with #A85E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E1E; }

 p { color: rgb(168,94,30); }

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

background-color css

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

 a { background-color: rgb(168,94,30); }

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

border-color css

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

 span { border-color: rgb(168,94,30); }

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