Html Css Color HEX #A96518 Golden Brown

📋 copy color: '#A96518'

red 169 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #A96518

Tints of Golden Brown #A96518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 57.48%
G = 34.35%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A96518 (or 0xA96518) is known color: Golden Brown. HEX triplet: A9, 65 and 18. RGB value is (169,101,24). Sum of RGB (Red+Green+Blue) = 169+101+24=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A96518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96518 is #569AE7. Grayscale: #707070. Windows color (decimal): -5675752 or 1598889. OLE color: 1598889.

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

Color convert

RGB 169 101 24 -
CMYK 0 0.40 0.86 0.34
HSL 31.86º 0.75% 0.38% -
HSV(B) 31.86º 0.86% 0.66% -
XYZ 21.18 17.81 3.19 -
YUV 112.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 169 101 24 0 0.40 0.86 0.34 31.86 0.75 0.38
Hex A9 65 18 0 28 56 22 20 4B 26
Octal 251 145 30 0 50 126 42 40 113 46
Binary 10101001 1100101 11000 0 101000 1010110 100010 100000 1001011 100110

Color Harmonies of #A96518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96518

Black with #A96518

Text Example


Text Example

White with #A96518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96518; }

 p { color: rgb(169,101,24); }

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

background-color css

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

 a { background-color: rgb(169,101,24); }

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

border-color css

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

 span { border-color: rgb(169,101,24); }

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