Html Css Color HEX #A65016 Rich Gold

📋 copy color: '#A65016'

red 166 ◦ green 80 ◦ blue 22

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

Shades of Rich Gold #A65016

Tints of Rich Gold #A65016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 61.94%
G = 29.85%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A65016 (or 0xA65016) is known color: Rich Gold. HEX triplet: A6, 50 and 16. RGB value is (166,80,22). Sum of RGB (Red+Green+Blue) = 166+80+22=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A65016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65016 is #59AFE9. Grayscale: #636363. Windows color (decimal): -5877738 or 1462438. OLE color: 1462438.

HSL color Cylindrical-coordinate representation of color #A65016: hue angle of 24.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A65016 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 22 -
CMYK 0 0.52 0.87 0.35
HSL 24.17º 0.77% 0.37% -
HSV(B) 24.17º 0.87% 0.65% -
XYZ 18.74 13.9 2.45 -
YUV 99.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 166 80 22 0 0.52 0.87 0.35 24.17 0.77 0.37
Hex A6 50 16 0 34 57 23 18 4D 25
Octal 246 120 26 0 64 127 43 30 115 45
Binary 10100110 1010000 10110 0 110100 1010111 100011 11000 1001101 100101

Color Harmonies of #A65016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65016

Black with #A65016

Text Example


Text Example

White with #A65016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65016; }

 p { color: rgb(166,80,22); }

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

background-color css

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

 a { background-color: rgb(166,80,22); }

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

border-color css

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

 span { border-color: rgb(166,80,22); }

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