Html Css Color HEX #A65111 Rich Gold

📋 copy color: '#A65111'

red 166 ◦ green 81 ◦ blue 17

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

Shades of Rich Gold #A65111

Tints of Rich Gold #A65111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 62.88%
G = 30.68%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A65111 (or 0xA65111) is known color: Rich Gold. HEX triplet: A6, 51 and 11. RGB value is (166,81,17). Sum of RGB (Red+Green+Blue) = 166+81+17=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A65111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65111 is #59AEEE. Grayscale: #636363. Windows color (decimal): -5877487 or 1135014. OLE color: 1135014.

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

Color convert

RGB 166 81 17 -
CMYK 0 0.51 0.90 0.35
HSL 25.77º 0.81% 0.36% -
HSV(B) 25.77º 0.9% 0.65% -
XYZ 18.77 14.03 2.25 -
YUV 99.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 166 81 17 0 0.51 0.90 0.35 25.77 0.81 0.36
Hex A6 51 11 0 33 5A 23 1A 51 24
Octal 246 121 21 0 63 132 43 32 121 44
Binary 10100110 1010001 10001 0 110011 1011010 100011 11010 1010001 100100

Color Harmonies of #A65111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65111

Black with #A65111

Text Example


Text Example

White with #A65111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65111; }

 p { color: rgb(166,81,17); }

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

background-color css

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

 a { background-color: rgb(166,81,17); }

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

border-color css

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

 span { border-color: rgb(166,81,17); }

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