Html Css Color HEX #A65512 Rich Gold

📋 copy color: '#A65512'

red 166 ◦ green 85 ◦ blue 18

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

Shades of Rich Gold #A65512

Tints of Rich Gold #A65512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 61.71%
G = 31.6%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65512 (or 0xA65512) is known color: Rich Gold. HEX triplet: A6, 55 and 12. RGB value is (166,85,18). Sum of RGB (Red+Green+Blue) = 166+85+18=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65512 is #59AAED. Grayscale: #656565. Windows color (decimal): -5876462 or 1201574. OLE color: 1201574.

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

Color convert

RGB 166 85 18 -
CMYK 0 0.49 0.89 0.35
HSL 27.16º 0.8% 0.36% -
HSV(B) 27.16º 0.89% 0.65% -
XYZ 19.08 14.65 2.39 -
YUV 101.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 166 85 18 0 0.49 0.89 0.35 27.16 0.8 0.36
Hex A6 55 12 0 31 59 23 1B 50 24
Octal 246 125 22 0 61 131 43 33 120 44
Binary 10100110 1010101 10010 0 110001 1011001 100011 11011 1010000 100100

Color Harmonies of #A65512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65512

Black with #A65512

Text Example


Text Example

White with #A65512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65512; }

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

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

background-color css

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

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

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

border-color css

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

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

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