Html Css Color HEX #A65115 Rich Gold

📋 copy color: '#A65115'

red 166 ◦ green 81 ◦ blue 21

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

Shades of Rich Gold #A65115

Tints of Rich Gold #A65115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

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

R = 61.94%
G = 30.22%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A65115 (or 0xA65115) is known color: Rich Gold. HEX triplet: A6, 51 and 15. RGB value is (166,81,21). Sum of RGB (Red+Green+Blue) = 166+81+21=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A65115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65115 is #59AEEA. Grayscale: #636363. Windows color (decimal): -5877483 or 1397158. OLE color: 1397158.

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

Color convert

RGB 166 81 21 -
CMYK 0 0.51 0.87 0.35
HSL 24.83º 0.78% 0.37% -
HSV(B) 24.83º 0.87% 0.65% -
XYZ 18.8 14.05 2.43 -
YUV 99.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 166 81 21 0 0.51 0.87 0.35 24.83 0.78 0.37
Hex A6 51 15 0 33 57 23 19 4E 25
Octal 246 121 25 0 63 127 43 31 116 45
Binary 10100110 1010001 10101 0 110011 1010111 100011 11001 1001110 100101

Color Harmonies of #A65115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65115

Black with #A65115

Text Example


Text Example

White with #A65115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65115; }

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

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

background-color css

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

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

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

border-color css

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

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

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