Html Css Color HEX #A55515 Rich Gold

📋 copy color: '#A55515'

red 165 ◦ green 85 ◦ blue 21

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

Shades of Rich Gold #A55515

Tints of Rich Gold #A55515

RGB

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

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

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

R = 60.89%
G = 31.37%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A55515 (or 0xA55515) is known color: Rich Gold. HEX triplet: A5, 55 and 15. RGB value is (165,85,21). Sum of RGB (Red+Green+Blue) = 165+85+21=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A55515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55515 is #5AAAEA. Grayscale: #656565. Windows color (decimal): -5941995 or 1398181. OLE color: 1398181.

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

Color convert

RGB 165 85 21 -
CMYK 0 0.48 0.87 0.35
HSL 26.67º 0.77% 0.36% -
HSV(B) 26.67º 0.87% 0.65% -
XYZ 18.9 14.55 2.52 -
YUV 101.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 165 85 21 0 0.48 0.87 0.35 26.67 0.77 0.36
Hex A5 55 15 0 30 57 23 1B 4D 24
Octal 245 125 25 0 60 127 43 33 115 44
Binary 10100101 1010101 10101 0 110000 1010111 100011 11011 1001101 100100

Color Harmonies of #A55515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55515

Black with #A55515

Text Example


Text Example

White with #A55515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55515; }

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

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

background-color css

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

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

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

border-color css

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

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

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