Html Css Color HEX #A55013 Rich Gold

📋 copy color: '#A55013'

red 165 ◦ green 80 ◦ blue 19

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

Shades of Rich Gold #A55013

Tints of Rich Gold #A55013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 62.5%
G = 30.3%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A55013 (or 0xA55013) is known color: Rich Gold. HEX triplet: A5, 50 and 13. RGB value is (165,80,19). Sum of RGB (Red+Green+Blue) = 165+80+19=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A55013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55013 is #5AAFEC. Grayscale: #626262. Windows color (decimal): -5943277 or 1265829. OLE color: 1265829.

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

Color convert

RGB 165 80 19 -
CMYK 0 0.52 0.88 0.35
HSL 25.07º 0.79% 0.36% -
HSV(B) 25.07º 0.88% 0.65% -
XYZ 18.5 13.78 2.3 -
YUV 98.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 165 80 19 0 0.52 0.88 0.35 25.07 0.79 0.36
Hex A5 50 13 0 34 58 23 19 4F 24
Octal 245 120 23 0 64 130 43 31 117 44
Binary 10100101 1010000 10011 0 110100 1011000 100011 11001 1001111 100100

Color Harmonies of #A55013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55013

Black with #A55013

Text Example


Text Example

White with #A55013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55013; }

 p { color: rgb(165,80,19); }

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

background-color css

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

 a { background-color: rgb(165,80,19); }

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

border-color css

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

 span { border-color: rgb(165,80,19); }

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