Html Css Color HEX #A15022 Rich Gold

📋 copy color: '#A15022'

red 161 ◦ green 80 ◦ blue 34

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

Shades of Rich Gold #A15022

Tints of Rich Gold #A15022

RGB

 RED value IS 161 (63.28% from 255) = 58.55%

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 58.55%
G = 29.09%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A15022 (or 0xA15022) is known color: Rich Gold. HEX triplet: A1, 50 and 22. RGB value is (161,80,34). Sum of RGB (Red+Green+Blue) = 161+80+34=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A15022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15022 is #5EAFDD. Grayscale: #636363. Windows color (decimal): -6205406 or 2248865. OLE color: 2248865.

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

Color convert

RGB 161 80 34 -
CMYK 0 0.50 0.79 0.37
HSL 21.73º 0.65% 0.38% -
HSV(B) 21.73º 0.79% 0.63% -
XYZ 17.86 13.43 3.16 -
YUV 98.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 161 80 34 0 0.50 0.79 0.37 21.73 0.65 0.38
Hex A1 50 22 0 32 4F 25 16 41 26
Octal 241 120 42 0 62 117 45 26 101 46
Binary 10100001 1010000 100010 0 110010 1001111 100101 10110 1000001 100110

Color Harmonies of #A15022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15022

Black with #A15022

Text Example


Text Example

White with #A15022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15022; }

 p { color: rgb(161,80,34); }

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

background-color css

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

 a { background-color: rgb(161,80,34); }

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

border-color css

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

 span { border-color: rgb(161,80,34); }

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