Html Css Color HEX #A55215 Rich Gold

📋 copy color: '#A55215'

red 165 ◦ green 82 ◦ blue 21

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

Shades of Rich Gold #A55215

Tints of Rich Gold #A55215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 61.57%
G = 30.6%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A55215 (or 0xA55215) is known color: Rich Gold. HEX triplet: A5, 52 and 15. RGB value is (165,82,21). Sum of RGB (Red+Green+Blue) = 165+82+21=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A55215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55215 is #5AADEA. Grayscale: #646464. Windows color (decimal): -5942763 or 1397413. OLE color: 1397413.

HSL color Cylindrical-coordinate representation of color #A55215: hue angle of 25.42º 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 #A55215 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 21 -
CMYK 0 0.50 0.87 0.35
HSL 25.42º 0.77% 0.36% -
HSV(B) 25.42º 0.87% 0.65% -
XYZ 18.67 14.09 2.44 -
YUV 99.86 83.5 174.46 -
System Red Green Blue C M Y K H S L
Decimal 165 82 21 0 0.50 0.87 0.35 25.42 0.77 0.36
Hex A5 52 15 0 32 57 23 19 4D 24
Octal 245 122 25 0 62 127 43 31 115 44
Binary 10100101 1010010 10101 0 110010 1010111 100011 11001 1001101 100100

Color Harmonies of #A55215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55215

Black with #A55215

Text Example


Text Example

White with #A55215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55215; }

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

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

background-color css

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

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

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

border-color css

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

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

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