Html Css Color HEX #A65817 Rich Gold

📋 copy color: '#A65817'

red 166 ◦ green 88 ◦ blue 23

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

Shades of Rich Gold #A65817

Tints of Rich Gold #A65817

RGB

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

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

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

R = 59.93%
G = 31.77%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A65817 (or 0xA65817) is known color: Rich Gold. HEX triplet: A6, 58 and 17. RGB value is (166,88,23). Sum of RGB (Red+Green+Blue) = 166+88+23=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A65817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65817 is #59A7E8. Grayscale: #686868. Windows color (decimal): -5875689 or 1530022. OLE color: 1530022.

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

Color convert

RGB 166 88 23 -
CMYK 0 0.47 0.86 0.35
HSL 27.27º 0.76% 0.37% -
HSV(B) 27.27º 0.86% 0.65% -
XYZ 19.37 15.15 2.71 -
YUV 103.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 166 88 23 0 0.47 0.86 0.35 27.27 0.76 0.37
Hex A6 58 17 0 2F 56 23 1B 4C 25
Octal 246 130 27 0 57 126 43 33 114 45
Binary 10100110 1011000 10111 0 101111 1010110 100011 11011 1001100 100101

Color Harmonies of #A65817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65817

Black with #A65817

Text Example


Text Example

White with #A65817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65817; }

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

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

background-color css

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

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

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

border-color css

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

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

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