Html Css Color HEX #A65816 Rich Gold

📋 copy color: '#A65816'

red 166 ◦ green 88 ◦ blue 22

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

Shades of Rich Gold #A65816

Tints of Rich Gold #A65816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

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

R = 60.14%
G = 31.88%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A65816 (or 0xA65816) is known color: Rich Gold. HEX triplet: A6, 58 and 16. RGB value is (166,88,22). Sum of RGB (Red+Green+Blue) = 166+88+22=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65816 is #59A7E9. Grayscale: #686868. Windows color (decimal): -5875690 or 1464486. OLE color: 1464486.

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

Color convert

RGB 166 88 22 -
CMYK 0 0.47 0.87 0.35
HSL 27.5º 0.77% 0.37% -
HSV(B) 27.5º 0.87% 0.65% -
XYZ 19.36 15.14 2.66 -
YUV 103.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 166 88 22 0 0.47 0.87 0.35 27.5 0.77 0.37
Hex A6 58 16 0 2F 57 23 1C 4D 25
Octal 246 130 26 0 57 127 43 34 115 45
Binary 10100110 1011000 10110 0 101111 1010111 100011 11100 1001101 100101

Color Harmonies of #A65816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65816

Black with #A65816

Text Example


Text Example

White with #A65816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65816; }

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

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

background-color css

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

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

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

border-color css

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

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

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