Html Css Color HEX #A65519 Rich Gold

📋 copy color: '#A65519'

red 166 ◦ green 85 ◦ blue 25

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

Shades of Rich Gold #A65519

Tints of Rich Gold #A65519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 60.14%
G = 30.8%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A65519 (or 0xA65519) is known color: Rich Gold. HEX triplet: A6, 55 and 19. RGB value is (166,85,25). Sum of RGB (Red+Green+Blue) = 166+85+25=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65519 is #59AAE6. Grayscale: #666666. Windows color (decimal): -5876455 or 1660326. OLE color: 1660326.

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

Color convert

RGB 166 85 25 -
CMYK 0 0.49 0.85 0.35
HSL 25.53º 0.74% 0.37% -
HSV(B) 25.53º 0.85% 0.65% -
XYZ 19.15 14.67 2.74 -
YUV 102.38 84.34 173.38 -
System Red Green Blue C M Y K H S L
Decimal 166 85 25 0 0.49 0.85 0.35 25.53 0.74 0.37
Hex A6 55 19 0 31 55 23 1A 4A 25
Octal 246 125 31 0 61 125 43 32 112 45
Binary 10100110 1010101 11001 0 110001 1010101 100011 11010 1001010 100101

Color Harmonies of #A65519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65519

Black with #A65519

Text Example


Text Example

White with #A65519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65519; }

 p { color: rgb(166,85,25); }

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

background-color css

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

 a { background-color: rgb(166,85,25); }

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

border-color css

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

 span { border-color: rgb(166,85,25); }

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