Html Css Color HEX #A15722 Rich Gold

📋 copy color: '#A15722'

red 161 ◦ green 87 ◦ blue 34

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

Shades of Rich Gold #A15722

Tints of Rich Gold #A15722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

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

R = 57.09%
G = 30.85%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A15722 (or 0xA15722) is known color: Rich Gold. HEX triplet: A1, 57 and 22. RGB value is (161,87,34). Sum of RGB (Red+Green+Blue) = 161+87+34=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A15722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15722 is #5EA8DD. Grayscale: #676767. Windows color (decimal): -6203614 or 2250657. OLE color: 2250657.

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

Color convert

RGB 161 87 34 -
CMYK 0 0.46 0.79 0.37
HSL 25.04º 0.65% 0.38% -
HSV(B) 25.04º 0.79% 0.63% -
XYZ 18.39 14.51 3.34 -
YUV 103.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 161 87 34 0 0.46 0.79 0.37 25.04 0.65 0.38
Hex A1 57 22 0 2E 4F 25 19 41 26
Octal 241 127 42 0 56 117 45 31 101 46
Binary 10100001 1010111 100010 0 101110 1001111 100101 11001 1000001 100110

Color Harmonies of #A15722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15722

Black with #A15722

Text Example


Text Example

White with #A15722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15722; }

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

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

background-color css

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

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

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

border-color css

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

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

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