Html Css Color HEX #A65520 Rich Gold

📋 copy color: '#A65520'

red 166 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #A65520

Tints of Rich Gold #A65520

RGB

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

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

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

R = 58.66%
G = 30.04%
B = 11.31%

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

#A65520 (or 0xA65520) is known color: Rich Gold. HEX triplet: A6, 55 and 20. RGB value is (166,85,32). Sum of RGB (Red+Green+Blue) = 166+85+32=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A65520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65520 is #59AADF. Grayscale: #676767. Windows color (decimal): -5876448 or 2119078. OLE color: 2119078.

HSL color Cylindrical-coordinate representation of color #A65520: hue angle of 23.73º 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 #A65520 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 32 -
CMYK 0 0.49 0.81 0.35
HSL 23.73º 0.68% 0.39% -
HSV(B) 23.73º 0.81% 0.65% -
XYZ 19.24 14.71 3.19 -
YUV 103.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 166 85 32 0 0.49 0.81 0.35 23.73 0.68 0.39
Hex A6 55 20 0 31 51 23 18 44 27
Octal 246 125 40 0 61 121 43 30 104 47
Binary 10100110 1010101 100000 0 110001 1010001 100011 11000 1000100 100111

Color Harmonies of #A65520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65520

Black with #A65520

Text Example


Text Example

White with #A65520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65520; }

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

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

background-color css

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

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

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

border-color css

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

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

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