Html Css Color HEX #A05C29 Rich Gold

📋 copy color: '#A05C29'

red 160 ◦ green 92 ◦ blue 41

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

Shades of Rich Gold #A05C29

Tints of Rich Gold #A05C29

RGB

 RED value IS 160 (62.89% from 255) = 54.61%

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 54.61%
G = 31.4%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A05C29 (or 0xA05C29) is known color: Rich Gold. HEX triplet: A0, 5C and 29. RGB value is (160,92,41). Sum of RGB (Red+Green+Blue) = 160+92+41=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C29 is #5FA3D6. Grayscale: #6A6A6A. Windows color (decimal): -6267863 or 2710688. OLE color: 2710688.

HSL color Cylindrical-coordinate representation of color #A05C29: hue angle of 25.71º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A05C29 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 92 41 -
CMYK 0 0.43 0.74 0.37
HSL 25.71º 0.59% 0.39% -
HSV(B) 25.71º 0.74% 0.63% -
XYZ 18.72 15.29 4.06 -
YUV 106.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 160 92 41 0 0.43 0.74 0.37 25.71 0.59 0.39
Hex A0 5C 29 0 2B 4A 25 1A 3B 27
Octal 240 134 51 0 53 112 45 32 73 47
Binary 10100000 1011100 101001 0 101011 1001010 100101 11010 111011 100111

Color Harmonies of #A05C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C29

Black with #A05C29

Text Example


Text Example

White with #A05C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C29; }

 p { color: rgb(160,92,41); }

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

background-color css

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

 a { background-color: rgb(160,92,41); }

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

border-color css

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

 span { border-color: rgb(160,92,41); }

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