Html Css Color HEX #A55115 Rich Gold

📋 copy color: '#A55115'

red 165 ◦ green 81 ◦ blue 21

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

Shades of Rich Gold #A55115

Tints of Rich Gold #A55115

RGB

 RED value IS 165 (64.84% from 255) = 61.8%

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 61.8%
G = 30.34%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A55115 (or 0xA55115) is known color: Rich Gold. HEX triplet: A5, 51 and 15. RGB value is (165,81,21). Sum of RGB (Red+Green+Blue) = 165+81+21=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A55115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55115 is #5AAEEA. Grayscale: #636363. Windows color (decimal): -5943019 or 1397157. OLE color: 1397157.

HSL color Cylindrical-coordinate representation of color #A55115: hue angle of 25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A55115 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 21 -
CMYK 0 0.51 0.87 0.35
HSL 25º 0.77% 0.36% -
HSV(B) 25º 0.87% 0.65% -
XYZ 18.59 13.94 2.42 -
YUV 99.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 165 81 21 0 0.51 0.87 0.35 25 0.77 0.36
Hex A5 51 15 0 33 57 23 19 4D 24
Octal 245 121 25 0 63 127 43 31 115 44
Binary 10100101 1010001 10101 0 110011 1010111 100011 11001 1001101 100100

Color Harmonies of #A55115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55115

Black with #A55115

Text Example


Text Example

White with #A55115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55115; }

 p { color: rgb(165,81,21); }

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

background-color css

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

 a { background-color: rgb(165,81,21); }

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

border-color css

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

 span { border-color: rgb(165,81,21); }

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