Html Css Color HEX #A15528 Rich Gold

📋 copy color: '#A15528'

red 161 ◦ green 85 ◦ blue 40

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

Shades of Rich Gold #A15528

Tints of Rich Gold #A15528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 56.29%
G = 29.72%
B = 13.99%

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

#A15528 (or 0xA15528) is known color: Rich Gold. HEX triplet: A1, 55 and 28. RGB value is (161,85,40). Sum of RGB (Red+Green+Blue) = 161+85+40=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A15528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15528 is #5EAAD7. Grayscale: #666666. Windows color (decimal): -6204120 or 2643361. OLE color: 2643361.

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

Color convert

RGB 161 85 40 -
CMYK 0 0.47 0.75 0.37
HSL 22.31º 0.6% 0.39% -
HSV(B) 22.31º 0.75% 0.63% -
XYZ 18.33 14.23 3.79 -
YUV 102.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 161 85 40 0 0.47 0.75 0.37 22.31 0.6 0.39
Hex A1 55 28 0 2F 4B 25 16 3C 27
Octal 241 125 50 0 57 113 45 26 74 47
Binary 10100001 1010101 101000 0 101111 1001011 100101 10110 111100 100111

Color Harmonies of #A15528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15528

Black with #A15528

Text Example


Text Example

White with #A15528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15528; }

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

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

background-color css

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

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

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

border-color css

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

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

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