Html Css Color HEX #A65420 Rich Gold

📋 copy color: '#A65420'

red 166 ◦ green 84 ◦ blue 32

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

Shades of Rich Gold #A65420

Tints of Rich Gold #A65420

RGB

 RED value IS 166 (65.23% from 255) = 58.87%

 GREEN value IS 84 (33.2% from 255) = 29.79%

 BLUE value IS 32 (12.89% from 255) = 11.35%

R = 58.87%
G = 29.79%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A65420 (or 0xA65420) is known color: Rich Gold. HEX triplet: A6, 54 and 20. RGB value is (166,84,32). Sum of RGB (Red+Green+Blue) = 166+84+32=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A65420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65420 is #59ABDF. Grayscale: #666666. Windows color (decimal): -5876704 or 2118822. OLE color: 2118822.

HSL color Cylindrical-coordinate representation of color #A65420: hue angle of 23.28º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A65420 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 32 -
CMYK 0 0.49 0.81 0.35
HSL 23.28º 0.68% 0.39% -
HSV(B) 23.28º 0.81% 0.65% -
XYZ 19.16 14.55 3.17 -
YUV 102.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 166 84 32 0 0.49 0.81 0.35 23.28 0.68 0.39
Hex A6 54 20 0 31 51 23 17 44 27
Octal 246 124 40 0 61 121 43 27 104 47
Binary 10100110 1010100 100000 0 110001 1010001 100011 10111 1000100 100111

Color Harmonies of #A65420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65420

Black with #A65420

Text Example


Text Example

White with #A65420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65420; }

 p { color: rgb(166,84,32); }

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

background-color css

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

 a { background-color: rgb(166,84,32); }

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

border-color css

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

 span { border-color: rgb(166,84,32); }

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