Html Css Color HEX #A85626 Rich Gold

📋 copy color: '#A85626'

red 168 ◦ green 86 ◦ blue 38

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

Shades of Rich Gold #A85626

Tints of Rich Gold #A85626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 57.53%
G = 29.45%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85626 (or 0xA85626) is known color: Rich Gold. HEX triplet: A8, 56 and 26. RGB value is (168,86,38). Sum of RGB (Red+Green+Blue) = 168+86+38=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A85626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85626 is #57A9D9. Grayscale: #696969. Windows color (decimal): -5745114 or 2512552. OLE color: 2512552.

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

Color convert

RGB 168 86 38 -
CMYK 0 0.49 0.77 0.34
HSL 22.15º 0.63% 0.4% -
HSV(B) 22.15º 0.77% 0.66% -
XYZ 19.83 15.12 3.71 -
YUV 105.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 168 86 38 0 0.49 0.77 0.34 22.15 0.63 0.4
Hex A8 56 26 0 31 4D 22 16 3F 28
Octal 250 126 46 0 61 115 42 26 77 50
Binary 10101000 1010110 100110 0 110001 1001101 100010 10110 111111 101000

Color Harmonies of #A85626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85626

Black with #A85626

Text Example


Text Example

White with #A85626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85626; }

 p { color: rgb(168,86,38); }

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

background-color css

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

 a { background-color: rgb(168,86,38); }

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

border-color css

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

 span { border-color: rgb(168,86,38); }

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