Html Css Color HEX #A85B29 Rich Gold

📋 copy color: '#A85B29'

red 168 ◦ green 91 ◦ blue 41

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

Shades of Rich Gold #A85B29

Tints of Rich Gold #A85B29

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 56%
G = 30.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A85B29 (or 0xA85B29) is known color: Rich Gold. HEX triplet: A8, 5B and 29. RGB value is (168,91,41). Sum of RGB (Red+Green+Blue) = 168+91+41=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B29 is #57A4D6. Grayscale: #6C6C6C. Windows color (decimal): -5743831 or 2710440. OLE color: 2710440.

HSL color Cylindrical-coordinate representation of color #A85B29: hue angle of 23.62º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A85B29 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 91 41 -
CMYK 0 0.46 0.76 0.34
HSL 23.62º 0.61% 0.41% -
HSV(B) 23.62º 0.76% 0.66% -
XYZ 20.29 15.97 4.11 -
YUV 108.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 168 91 41 0 0.46 0.76 0.34 23.62 0.61 0.41
Hex A8 5B 29 0 2E 4C 22 18 3D 29
Octal 250 133 51 0 56 114 42 30 75 51
Binary 10101000 1011011 101001 0 101110 1001100 100010 11000 111101 101001

Color Harmonies of #A85B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85B29

Black with #A85B29

Text Example


Text Example

White with #A85B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85B29; }

 p { color: rgb(168,91,41); }

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

background-color css

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

 a { background-color: rgb(168,91,41); }

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

border-color css

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

 span { border-color: rgb(168,91,41); }

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