Html Css Color HEX #A45015 Rich Gold

📋 copy color: '#A45015'

red 164 ◦ green 80 ◦ blue 21

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

Shades of Rich Gold #A45015

Tints of Rich Gold #A45015

RGB

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

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

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

R = 61.89%
G = 30.19%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A45015 (or 0xA45015) is known color: Rich Gold. HEX triplet: A4, 50 and 15. RGB value is (164,80,21). Sum of RGB (Red+Green+Blue) = 164+80+21=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A45015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45015 is #5BAFEA. Grayscale: #626262. Windows color (decimal): -6008811 or 1396900. OLE color: 1396900.

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

Color convert

RGB 164 80 21 -
CMYK 0 0.51 0.87 0.36
HSL 24.76º 0.77% 0.36% -
HSV(B) 24.76º 0.87% 0.64% -
XYZ 18.31 13.68 2.39 -
YUV 98.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 164 80 21 0 0.51 0.87 0.36 24.76 0.77 0.36
Hex A4 50 15 0 33 57 24 19 4D 24
Octal 244 120 25 0 63 127 44 31 115 44
Binary 10100100 1010000 10101 0 110011 1010111 100100 11001 1001101 100100

Color Harmonies of #A45015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45015

Black with #A45015

Text Example


Text Example

White with #A45015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45015; }

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

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

background-color css

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

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

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

border-color css

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

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

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