Html Css Color HEX #A65715 Rich Gold

📋 copy color: '#A65715'

red 166 ◦ green 87 ◦ blue 21

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

Shades of Rich Gold #A65715

Tints of Rich Gold #A65715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 60.58%
G = 31.75%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A65715 (or 0xA65715) is known color: Rich Gold. HEX triplet: A6, 57 and 15. RGB value is (166,87,21). Sum of RGB (Red+Green+Blue) = 166+87+21=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A65715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65715 is #59A8EA. Grayscale: #676767. Windows color (decimal): -5875947 or 1398694. OLE color: 1398694.

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

Color convert

RGB 166 87 21 -
CMYK 0 0.48 0.87 0.35
HSL 27.31º 0.78% 0.37% -
HSV(B) 27.31º 0.87% 0.65% -
XYZ 19.27 14.98 2.58 -
YUV 103.1 81.67 172.87 -
System Red Green Blue C M Y K H S L
Decimal 166 87 21 0 0.48 0.87 0.35 27.31 0.78 0.37
Hex A6 57 15 0 30 57 23 1B 4E 25
Octal 246 127 25 0 60 127 43 33 116 45
Binary 10100110 1010111 10101 0 110000 1010111 100011 11011 1001110 100101

Color Harmonies of #A65715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65715

Black with #A65715

Text Example


Text Example

White with #A65715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65715; }

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

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

background-color css

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

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

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

border-color css

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

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

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