Html Css Color HEX #A05422 Rich Gold

📋 copy color: '#A05422'

red 160 ◦ green 84 ◦ blue 34

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

Shades of Rich Gold #A05422

Tints of Rich Gold #A05422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

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

R = 57.55%
G = 30.22%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A05422 (or 0xA05422) is known color: Rich Gold. HEX triplet: A0, 54 and 22. RGB value is (160,84,34). Sum of RGB (Red+Green+Blue) = 160+84+34=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A05422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05422 is #5FABDD. Grayscale: #656565. Windows color (decimal): -6269918 or 2249888. OLE color: 2249888.

HSL color Cylindrical-coordinate representation of color #A05422: hue angle of 23.81º 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 #A05422 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 84 34 -
CMYK 0 0.48 0.79 0.37
HSL 23.81º 0.65% 0.38% -
HSV(B) 23.81º 0.79% 0.63% -
XYZ 17.96 13.93 3.26 -
YUV 101.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 160 84 34 0 0.48 0.79 0.37 23.81 0.65 0.38
Hex A0 54 22 0 30 4F 25 18 41 26
Octal 240 124 42 0 60 117 45 30 101 46
Binary 10100000 1010100 100010 0 110000 1001111 100101 11000 1000001 100110

Color Harmonies of #A05422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05422

Black with #A05422

Text Example


Text Example

White with #A05422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05422; }

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

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

background-color css

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

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

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

border-color css

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

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

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