Html Css Color HEX #A65718 Rich Gold

📋 copy color: '#A65718'

red 166 ◦ green 87 ◦ blue 24

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

Shades of Rich Gold #A65718

Tints of Rich Gold #A65718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 59.93%
G = 31.41%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A65718 (or 0xA65718) is known color: Rich Gold. HEX triplet: A6, 57 and 18. RGB value is (166,87,24). Sum of RGB (Red+Green+Blue) = 166+87+24=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A65718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65718 is #59A8E7. Grayscale: #676767. Windows color (decimal): -5875944 or 1595302. OLE color: 1595302.

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

Color convert

RGB 166 87 24 -
CMYK 0 0.48 0.86 0.35
HSL 26.62º 0.75% 0.37% -
HSV(B) 26.62º 0.86% 0.65% -
XYZ 19.3 14.99 2.74 -
YUV 103.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 166 87 24 0 0.48 0.86 0.35 26.62 0.75 0.37
Hex A6 57 18 0 30 56 23 1B 4B 25
Octal 246 127 30 0 60 126 43 33 113 45
Binary 10100110 1010111 11000 0 110000 1010110 100011 11011 1001011 100101

Color Harmonies of #A65718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65718

Black with #A65718

Text Example


Text Example

White with #A65718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65718; }

 p { color: rgb(166,87,24); }

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

background-color css

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

 a { background-color: rgb(166,87,24); }

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

border-color css

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

 span { border-color: rgb(166,87,24); }

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