Html Css Color HEX #A65419 Rich Gold

📋 copy color: '#A65419'

red 166 ◦ green 84 ◦ blue 25

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

Shades of Rich Gold #A65419

Tints of Rich Gold #A65419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 60.36%
G = 30.55%
B = 9.09%

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

#A65419 (or 0xA65419) is known color: Rich Gold. HEX triplet: A6, 54 and 19. RGB value is (166,84,25). Sum of RGB (Red+Green+Blue) = 166+84+25=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A65419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65419 is #59ABE6. Grayscale: #666666. Windows color (decimal): -5876711 or 1660070. OLE color: 1660070.

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

Color convert

RGB 166 84 25 -
CMYK 0 0.49 0.85 0.35
HSL 25.11º 0.74% 0.37% -
HSV(B) 25.11º 0.85% 0.65% -
XYZ 19.07 14.52 2.72 -
YUV 101.79 84.67 173.8 -
System Red Green Blue C M Y K H S L
Decimal 166 84 25 0 0.49 0.85 0.35 25.11 0.74 0.37
Hex A6 54 19 0 31 55 23 19 4A 25
Octal 246 124 31 0 61 125 43 31 112 45
Binary 10100110 1010100 11001 0 110001 1010101 100011 11001 1001010 100101

Color Harmonies of #A65419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65419

Black with #A65419

Text Example


Text Example

White with #A65419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65419; }

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

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

background-color css

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

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

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

border-color css

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

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

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