Html Css Color HEX #A15928 Rich Gold

📋 copy color: '#A15928'

red 161 ◦ green 89 ◦ blue 40

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

Shades of Rich Gold #A15928

Tints of Rich Gold #A15928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 55.52%
G = 30.69%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A15928 (or 0xA15928) is known color: Rich Gold. HEX triplet: A1, 59 and 28. RGB value is (161,89,40). Sum of RGB (Red+Green+Blue) = 161+89+40=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A15928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15928 is #5EA6D7. Grayscale: #696969. Windows color (decimal): -6203096 or 2644385. OLE color: 2644385.

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

Color convert

RGB 161 89 40 -
CMYK 0 0.45 0.75 0.37
HSL 24.3º 0.6% 0.39% -
HSV(B) 24.3º 0.75% 0.63% -
XYZ 18.65 14.88 3.9 -
YUV 104.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 161 89 40 0 0.45 0.75 0.37 24.3 0.6 0.39
Hex A1 59 28 0 2D 4B 25 18 3C 27
Octal 241 131 50 0 55 113 45 30 74 47
Binary 10100001 1011001 101000 0 101101 1001011 100101 11000 111100 100111

Color Harmonies of #A15928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15928

Black with #A15928

Text Example


Text Example

White with #A15928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15928; }

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

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

background-color css

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

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

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

border-color css

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

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

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