Html Css Color HEX #A65713 Rich Gold

📋 copy color: '#A65713'

red 166 ◦ green 87 ◦ blue 19

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

Shades of Rich Gold #A65713

Tints of Rich Gold #A65713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 61.03%
G = 31.99%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65713 (or 0xA65713) is known color: Rich Gold. HEX triplet: A6, 57 and 13. RGB value is (166,87,19). Sum of RGB (Red+Green+Blue) = 166+87+19=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A65713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65713 is #59A8EC. Grayscale: #676767. Windows color (decimal): -5875949 or 1267622. OLE color: 1267622.

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

Color convert

RGB 166 87 19 -
CMYK 0 0.48 0.89 0.35
HSL 27.76º 0.79% 0.36% -
HSV(B) 27.76º 0.89% 0.65% -
XYZ 19.25 14.97 2.49 -
YUV 102.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 166 87 19 0 0.48 0.89 0.35 27.76 0.79 0.36
Hex A6 57 13 0 30 59 23 1C 4F 24
Octal 246 127 23 0 60 131 43 34 117 44
Binary 10100110 1010111 10011 0 110000 1011001 100011 11100 1001111 100100

Color Harmonies of #A65713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65713

Black with #A65713

Text Example


Text Example

White with #A65713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65713; }

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

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

background-color css

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

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

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

border-color css

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

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

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