Html Css Color HEX #A15522 Rich Gold

📋 copy color: '#A15522'

red 161 ◦ green 85 ◦ blue 34

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

Shades of Rich Gold #A15522

Tints of Rich Gold #A15522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 57.5%
G = 30.36%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A15522 (or 0xA15522) is known color: Rich Gold. HEX triplet: A1, 55 and 22. RGB value is (161,85,34). Sum of RGB (Red+Green+Blue) = 161+85+34=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A15522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15522 is #5EAADD. Grayscale: #666666. Windows color (decimal): -6204126 or 2250145. OLE color: 2250145.

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

Color convert

RGB 161 85 34 -
CMYK 0 0.47 0.79 0.37
HSL 24.09º 0.65% 0.38% -
HSV(B) 24.09º 0.79% 0.63% -
XYZ 18.24 14.19 3.29 -
YUV 101.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 161 85 34 0 0.47 0.79 0.37 24.09 0.65 0.38
Hex A1 55 22 0 2F 4F 25 18 41 26
Octal 241 125 42 0 57 117 45 30 101 46
Binary 10100001 1010101 100010 0 101111 1001111 100101 11000 1000001 100110

Color Harmonies of #A15522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15522

Black with #A15522

Text Example


Text Example

White with #A15522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15522; }

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

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

background-color css

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

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

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

border-color css

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

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

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