Html Css Color HEX #A45516 Rich Gold

📋 copy color: '#A45516'

red 164 ◦ green 85 ◦ blue 22

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

Shades of Rich Gold #A45516

Tints of Rich Gold #A45516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 60.52%
G = 31.37%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A45516 (or 0xA45516) is known color: Rich Gold. HEX triplet: A4, 55 and 16. RGB value is (164,85,22). Sum of RGB (Red+Green+Blue) = 164+85+22=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A45516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45516 is #5BAAE9. Grayscale: #656565. Windows color (decimal): -6007530 or 1463716. OLE color: 1463716.

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

Color convert

RGB 164 85 22 -
CMYK 0 0.48 0.87 0.36
HSL 26.62º 0.76% 0.36% -
HSV(B) 26.62º 0.87% 0.64% -
XYZ 18.7 14.45 2.56 -
YUV 101.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 164 85 22 0 0.48 0.87 0.36 26.62 0.76 0.36
Hex A4 55 16 0 30 57 24 1B 4C 24
Octal 244 125 26 0 60 127 44 33 114 44
Binary 10100100 1010101 10110 0 110000 1010111 100100 11011 1001100 100100

Color Harmonies of #A45516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45516

Black with #A45516

Text Example


Text Example

White with #A45516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45516; }

 p { color: rgb(164,85,22); }

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

background-color css

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

 a { background-color: rgb(164,85,22); }

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

border-color css

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

 span { border-color: rgb(164,85,22); }

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