Html Css Color HEX #A15A1A Rich Gold

📋 copy color: '#A15A1A'

red 161 ◦ green 90 ◦ blue 26

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

Shades of Rich Gold #A15A1A

Tints of Rich Gold #A15A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.39%

R = 58.12%
G = 32.49%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A15A1A (or 0xA15A1A) is known color: Rich Gold. HEX triplet: A1, 5A and 1A. RGB value is (161,90,26). Sum of RGB (Red+Green+Blue) = 161+90+26=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A1A is #5EA5E5. Grayscale: #686868. Windows color (decimal): -6202854 or 1727137. OLE color: 1727137.

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

Color convert

RGB 161 90 26 -
CMYK 0 0.44 0.84 0.37
HSL 28.44º 0.72% 0.37% -
HSV(B) 28.44º 0.84% 0.63% -
XYZ 18.54 14.96 2.89 -
YUV 103.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 161 90 26 0 0.44 0.84 0.37 28.44 0.72 0.37
Hex A1 5A 1A 0 2C 54 25 1C 48 25
Octal 241 132 32 0 54 124 45 34 110 45
Binary 10100001 1011010 11010 0 101100 1010100 100101 11100 1001000 100101

Color Harmonies of #A15A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A1A

Black with #A15A1A

Text Example


Text Example

White with #A15A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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