Html Css Color HEX #A15529 Rich Gold

📋 copy color: '#A15529'

red 161 ◦ green 85 ◦ blue 41

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

Shades of Rich Gold #A15529

Tints of Rich Gold #A15529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 56.1%
G = 29.62%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A15529 (or 0xA15529) is known color: Rich Gold. HEX triplet: A1, 55 and 29. RGB value is (161,85,41). Sum of RGB (Red+Green+Blue) = 161+85+41=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A15529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15529 is #5EAAD6. Grayscale: #666666. Windows color (decimal): -6204119 or 2708897. OLE color: 2708897.

HSL color Cylindrical-coordinate representation of color #A15529: hue angle of 22º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A15529 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 85 41 -
CMYK 0 0.47 0.75 0.37
HSL 22º 0.59% 0.4% -
HSV(B) 22º 0.75% 0.63% -
XYZ 18.35 14.23 3.88 -
YUV 102.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 161 85 41 0 0.47 0.75 0.37 22 0.59 0.4
Hex A1 55 29 0 2F 4B 25 16 3B 28
Octal 241 125 51 0 57 113 45 26 73 50
Binary 10100001 1010101 101001 0 101111 1001011 100101 10110 111011 101000

Color Harmonies of #A15529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15529

Black with #A15529

Text Example


Text Example

White with #A15529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15529; }

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

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

background-color css

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

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

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

border-color css

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

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

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