Html Css Color HEX #A45013 Rich Gold

📋 copy color: '#A45013'

red 164 ◦ green 80 ◦ blue 19

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

Shades of Rich Gold #A45013

Tints of Rich Gold #A45013

RGB

 RED value IS 164 (64.45% from 255) = 62.36%

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

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

R = 62.36%
G = 30.42%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A45013 (or 0xA45013) is known color: Rich Gold. HEX triplet: A4, 50 and 13. RGB value is (164,80,19). Sum of RGB (Red+Green+Blue) = 164+80+19=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A45013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45013 is #5BAFEC. Grayscale: #626262. Windows color (decimal): -6008813 or 1265828. OLE color: 1265828.

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

Color convert

RGB 164 80 19 -
CMYK 0 0.51 0.88 0.36
HSL 25.24º 0.79% 0.36% -
HSV(B) 25.24º 0.88% 0.64% -
XYZ 18.3 13.68 2.29 -
YUV 98.16 83.33 174.96 -
System Red Green Blue C M Y K H S L
Decimal 164 80 19 0 0.51 0.88 0.36 25.24 0.79 0.36
Hex A4 50 13 0 33 58 24 19 4F 24
Octal 244 120 23 0 63 130 44 31 117 44
Binary 10100100 1010000 10011 0 110011 1011000 100100 11001 1001111 100100

Color Harmonies of #A45013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45013

Black with #A45013

Text Example


Text Example

White with #A45013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45013; }

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

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

background-color css

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

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

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

border-color css

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

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

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