Html Css Color HEX #A65714 Rich Gold

📋 copy color: '#A65714'

red 166 ◦ green 87 ◦ blue 20

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

Shades of Rich Gold #A65714

Tints of Rich Gold #A65714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 60.81%
G = 31.87%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A65714 (or 0xA65714) is known color: Rich Gold. HEX triplet: A6, 57 and 14. RGB value is (166,87,20). Sum of RGB (Red+Green+Blue) = 166+87+20=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A65714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65714 is #59A8EB. Grayscale: #676767. Windows color (decimal): -5875948 or 1333158. OLE color: 1333158.

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

Color convert

RGB 166 87 20 -
CMYK 0 0.48 0.88 0.35
HSL 27.53º 0.78% 0.36% -
HSV(B) 27.53º 0.88% 0.65% -
XYZ 19.26 14.97 2.54 -
YUV 102.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 166 87 20 0 0.48 0.88 0.35 27.53 0.78 0.36
Hex A6 57 14 0 30 58 23 1C 4E 24
Octal 246 127 24 0 60 130 43 34 116 44
Binary 10100110 1010111 10100 0 110000 1011000 100011 11100 1001110 100100

Color Harmonies of #A65714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65714

Black with #A65714

Text Example


Text Example

White with #A65714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65714; }

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

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

background-color css

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

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

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

border-color css

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

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

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