Html Css Color HEX #A65717 Rich Gold

📋 copy color: '#A65717'

red 166 ◦ green 87 ◦ blue 23

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

Shades of Rich Gold #A65717

Tints of Rich Gold #A65717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 60.14%
G = 31.52%
B = 8.33%

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

#A65717 (or 0xA65717) is known color: Rich Gold. HEX triplet: A6, 57 and 17. RGB value is (166,87,23). Sum of RGB (Red+Green+Blue) = 166+87+23=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65717 is #59A8E8. Grayscale: #676767. Windows color (decimal): -5875945 or 1529766. OLE color: 1529766.

HSL color Cylindrical-coordinate representation of color #A65717: hue angle of 26.85º degrees, saturation: 0.76, 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 #A65717 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 87 23 -
CMYK 0 0.48 0.86 0.35
HSL 26.85º 0.76% 0.37% -
HSV(B) 26.85º 0.86% 0.65% -
XYZ 19.29 14.99 2.69 -
YUV 103.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 166 87 23 0 0.48 0.86 0.35 26.85 0.76 0.37
Hex A6 57 17 0 30 56 23 1B 4C 25
Octal 246 127 27 0 60 126 43 33 114 45
Binary 10100110 1010111 10111 0 110000 1010110 100011 11011 1001100 100101

Color Harmonies of #A65717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65717

Black with #A65717

Text Example


Text Example

White with #A65717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65717; }

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

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

background-color css

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

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

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

border-color css

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

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

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