Html Css Color HEX #A1510F Rich Gold

📋 copy color: '#A1510F'

red 161 ◦ green 81 ◦ blue 15

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

Shades of Rich Gold #A1510F

Tints of Rich Gold #A1510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 62.65%
G = 31.52%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1510F (or 0xA1510F) is known color: Rich Gold. HEX triplet: A1, 51 and 0F. RGB value is (161,81,15). Sum of RGB (Red+Green+Blue) = 161+81+15=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1510F is #5EAEF0. Grayscale: #616161. Windows color (decimal): -6205169 or 1003937. OLE color: 1003937.

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

Color convert

RGB 161 81 15 -
CMYK 0 0.50 0.91 0.37
HSL 27.12º 0.83% 0.35% -
HSV(B) 27.12º 0.91% 0.63% -
XYZ 17.73 13.5 2.12 -
YUV 97.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 161 81 15 0 0.50 0.91 0.37 27.12 0.83 0.35
Hex A1 51 F 0 32 5B 25 1B 53 23
Octal 241 121 17 0 62 133 45 33 123 43
Binary 10100001 1010001 1111 0 110010 1011011 100101 11011 1010011 100011

Color Harmonies of #A1510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1510F

Black with #A1510F

Text Example


Text Example

White with #A1510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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