Html Css Color HEX #A05922 Rich Gold

📋 copy color: '#A05922'

red 160 ◦ green 89 ◦ blue 34

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

Shades of Rich Gold #A05922

Tints of Rich Gold #A05922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 34 (13.67% from 255) = 12.01%

R = 56.54%
G = 31.45%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A05922 (or 0xA05922) is known color: Rich Gold. HEX triplet: A0, 59 and 22. RGB value is (160,89,34). Sum of RGB (Red+Green+Blue) = 160+89+34=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A05922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05922 is #5FA6DD. Grayscale: #686868. Windows color (decimal): -6268638 or 2251168. OLE color: 2251168.

HSL color Cylindrical-coordinate representation of color #A05922: hue angle of 26.19º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A05922 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 34 -
CMYK 0 0.44 0.79 0.37
HSL 26.19º 0.65% 0.38% -
HSV(B) 26.19º 0.79% 0.63% -
XYZ 18.36 14.73 3.39 -
YUV 103.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 160 89 34 0 0.44 0.79 0.37 26.19 0.65 0.38
Hex A0 59 22 0 2C 4F 25 1A 41 26
Octal 240 131 42 0 54 117 45 32 101 46
Binary 10100000 1011001 100010 0 101100 1001111 100101 11010 1000001 100110

Color Harmonies of #A05922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05922

Black with #A05922

Text Example


Text Example

White with #A05922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05922; }

 p { color: rgb(160,89,34); }

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

background-color css

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

 a { background-color: rgb(160,89,34); }

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

border-color css

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

 span { border-color: rgb(160,89,34); }

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