Html Css Color HEX #A15514 Rich Gold

📋 copy color: '#A15514'

red 161 ◦ green 85 ◦ blue 20

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

Shades of Rich Gold #A15514

Tints of Rich Gold #A15514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 60.53%
G = 31.95%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A15514 (or 0xA15514) is known color: Rich Gold. HEX triplet: A1, 55 and 14. RGB value is (161,85,20). Sum of RGB (Red+Green+Blue) = 161+85+20=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A15514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15514 is #5EAAEB. Grayscale: #646464. Windows color (decimal): -6204140 or 1332641. OLE color: 1332641.

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

Color convert

RGB 161 85 20 -
CMYK 0 0.47 0.88 0.37
HSL 27.66º 0.78% 0.35% -
HSV(B) 27.66º 0.88% 0.63% -
XYZ 18.07 14.12 2.44 -
YUV 100.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 161 85 20 0 0.47 0.88 0.37 27.66 0.78 0.35
Hex A1 55 14 0 2F 58 25 1C 4E 23
Octal 241 125 24 0 57 130 45 34 116 43
Binary 10100001 1010101 10100 0 101111 1011000 100101 11100 1001110 100011

Color Harmonies of #A15514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15514

Black with #A15514

Text Example


Text Example

White with #A15514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15514; }

 p { color: rgb(161,85,20); }

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

background-color css

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

 a { background-color: rgb(161,85,20); }

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

border-color css

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

 span { border-color: rgb(161,85,20); }

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