Html Css Color HEX #A6520D Rich Gold

📋 copy color: '#A6520D'

red 166 ◦ green 82 ◦ blue 13

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

Shades of Rich Gold #A6520D

Tints of Rich Gold #A6520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 63.6%
G = 31.42%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6520D (or 0xA6520D) is known color: Rich Gold. HEX triplet: A6, 52 and 0D. RGB value is (166,82,13). Sum of RGB (Red+Green+Blue) = 166+82+13=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6520D is #59ADF2. Grayscale: #636363. Windows color (decimal): -5877235 or 873126. OLE color: 873126.

HSL color Cylindrical-coordinate representation of color #A6520D: hue angle of 27.06º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6520D is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 82 13 -
CMYK 0 0.51 0.92 0.35
HSL 27.06º 0.85% 0.35% -
HSV(B) 27.06º 0.92% 0.65% -
XYZ 18.82 14.17 2.12 -
YUV 99.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 166 82 13 0 0.51 0.92 0.35 27.06 0.85 0.35
Hex A6 52 D 0 33 5C 23 1B 55 23
Octal 246 122 15 0 63 134 43 33 125 43
Binary 10100110 1010010 1101 0 110011 1011100 100011 11011 1010101 100011

Color Harmonies of #A6520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6520D

Black with #A6520D

Text Example


Text Example

White with #A6520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6520D; }

 p { color: rgb(166,82,13); }

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

background-color css

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

 a { background-color: rgb(166,82,13); }

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

border-color css

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

 span { border-color: rgb(166,82,13); }

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