Html Css Color HEX #A65619 Rich Gold

📋 copy color: '#A65619'

red 166 ◦ green 86 ◦ blue 25

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

Shades of Rich Gold #A65619

Tints of Rich Gold #A65619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

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

R = 59.93%
G = 31.05%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A65619 (or 0xA65619) is known color: Rich Gold. HEX triplet: A6, 56 and 19. RGB value is (166,86,25). Sum of RGB (Red+Green+Blue) = 166+86+25=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A65619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65619 is #59A9E6. Grayscale: #676767. Windows color (decimal): -5876199 or 1660582. OLE color: 1660582.

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

Color convert

RGB 166 86 25 -
CMYK 0 0.48 0.85 0.35
HSL 25.96º 0.74% 0.37% -
HSV(B) 25.96º 0.85% 0.65% -
XYZ 19.23 14.83 2.77 -
YUV 102.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 166 86 25 0 0.48 0.85 0.35 25.96 0.74 0.37
Hex A6 56 19 0 30 55 23 1A 4A 25
Octal 246 126 31 0 60 125 43 32 112 45
Binary 10100110 1010110 11001 0 110000 1010101 100011 11010 1001010 100101

Color Harmonies of #A65619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65619

Black with #A65619

Text Example


Text Example

White with #A65619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65619; }

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

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

background-color css

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

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

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

border-color css

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

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

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