Html Css Color HEX #A96619 Golden Brown

📋 copy color: '#A96619'

red 169 ◦ green 102 ◦ blue 25

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

Shades of Golden Brown #A96619

Tints of Golden Brown #A96619

RGB

 RED value IS 169 (66.41% from 255) = 57.09%

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 57.09%
G = 34.46%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A96619 (or 0xA96619) is known color: Golden Brown. HEX triplet: A9, 66 and 19. RGB value is (169,102,25). Sum of RGB (Red+Green+Blue) = 169+102+25=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A96619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96619 is #5699E6. Grayscale: #717171. Windows color (decimal): -5675495 or 1664681. OLE color: 1664681.

HSL color Cylindrical-coordinate representation of color #A96619: hue angle of 32.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A96619 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 102 25 -
CMYK 0 0.40 0.85 0.34
HSL 32.08º 0.74% 0.38% -
HSV(B) 32.08º 0.85% 0.66% -
XYZ 21.29 18.01 3.27 -
YUV 113.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 169 102 25 0 0.40 0.85 0.34 32.08 0.74 0.38
Hex A9 66 19 0 28 55 22 20 4A 26
Octal 251 146 31 0 50 125 42 40 112 46
Binary 10101001 1100110 11001 0 101000 1010101 100010 100000 1001010 100110

Color Harmonies of #A96619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96619

Black with #A96619

Text Example


Text Example

White with #A96619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96619; }

 p { color: rgb(169,102,25); }

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

background-color css

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

 a { background-color: rgb(169,102,25); }

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

border-color css

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

 span { border-color: rgb(169,102,25); }

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