Html Css Color HEX #A15A1C Rich Gold

📋 copy color: '#A15A1C'

red 161 ◦ green 90 ◦ blue 28

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

Shades of Rich Gold #A15A1C

Tints of Rich Gold #A15A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 57.71%
G = 32.26%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A15A1C (or 0xA15A1C) is known color: Rich Gold. HEX triplet: A1, 5A and 1C. RGB value is (161,90,28). Sum of RGB (Red+Green+Blue) = 161+90+28=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A1C is #5EA5E3. Grayscale: #686868. Windows color (decimal): -6202852 or 1858209. OLE color: 1858209.

HSL color Cylindrical-coordinate representation of color #A15A1C: hue angle of 27.97º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A15A1C is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 28 -
CMYK 0 0.44 0.83 0.37
HSL 27.97º 0.7% 0.37% -
HSV(B) 27.97º 0.83% 0.63% -
XYZ 18.56 14.97 3.01 -
YUV 104.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 161 90 28 0 0.44 0.83 0.37 27.97 0.7 0.37
Hex A1 5A 1C 0 2C 53 25 1C 46 25
Octal 241 132 34 0 54 123 45 34 106 45
Binary 10100001 1011010 11100 0 101100 1010011 100101 11100 1000110 100101

Color Harmonies of #A15A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A1C

Black with #A15A1C

Text Example


Text Example

White with #A15A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A1C; }

 p { color: rgb(161,90,28); }

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

background-color css

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

 a { background-color: rgb(161,90,28); }

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

border-color css

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

 span { border-color: rgb(161,90,28); }

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