Html Css Color HEX #A1511E Rich Gold

📋 copy color: '#A1511E'

red 161 ◦ green 81 ◦ blue 30

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

Shades of Rich Gold #A1511E

Tints of Rich Gold #A1511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 59.19%
G = 29.78%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1511E (or 0xA1511E) is known color: Rich Gold. HEX triplet: A1, 51 and 1E. RGB value is (161,81,30). Sum of RGB (Red+Green+Blue) = 161+81+30=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1511E is #5EAEE1. Grayscale: #636363. Windows color (decimal): -6205154 or 1986977. OLE color: 1986977.

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

Color convert

RGB 161 81 30 -
CMYK 0 0.50 0.81 0.37
HSL 23.36º 0.69% 0.37% -
HSV(B) 23.36º 0.81% 0.63% -
XYZ 17.87 13.56 2.9 -
YUV 99.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 161 81 30 0 0.50 0.81 0.37 23.36 0.69 0.37
Hex A1 51 1E 0 32 51 25 17 45 25
Octal 241 121 36 0 62 121 45 27 105 45
Binary 10100001 1010001 11110 0 110010 1010001 100101 10111 1000101 100101

Color Harmonies of #A1511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1511E

Black with #A1511E

Text Example


Text Example

White with #A1511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1511E; }

 p { color: rgb(161,81,30); }

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

background-color css

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

 a { background-color: rgb(161,81,30); }

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

border-color css

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

 span { border-color: rgb(161,81,30); }

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