Html Css Color HEX #A96C23 Hot Toddy

📋 copy color: '#A96C23'

red 169 ◦ green 108 ◦ blue 35

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

Shades of Hot Toddy #A96C23

Tints of Hot Toddy #A96C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 35 (14.06% from 255) = 11.22%

R = 54.17%
G = 34.62%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A96C23 (or 0xA96C23) is known color: Hot Toddy. HEX triplet: A9, 6C and 23. RGB value is (169,108,35). Sum of RGB (Red+Green+Blue) = 169+108+35=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C23 is #5693DC. Grayscale: #767676. Windows color (decimal): -5673949 or 2321577. OLE color: 2321577.

HSL color Cylindrical-coordinate representation of color #A96C23: hue angle of 32.69º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A96C23 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 108 35 -
CMYK 0 0.36 0.79 0.34
HSL 32.69º 0.66% 0.4% -
HSV(B) 32.69º 0.79% 0.66% -
XYZ 22.03 19.28 4.15 -
YUV 117.92 81.21 164.44 -
System Red Green Blue C M Y K H S L
Decimal 169 108 35 0 0.36 0.79 0.34 32.69 0.66 0.4
Hex A9 6C 23 0 24 4F 22 21 42 28
Octal 251 154 43 0 44 117 42 41 102 50
Binary 10101001 1101100 100011 0 100100 1001111 100010 100001 1000010 101000

Color Harmonies of #A96C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C23

Black with #A96C23

Text Example


Text Example

White with #A96C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C23; }

 p { color: rgb(169,108,35); }

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

background-color css

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

 a { background-color: rgb(169,108,35); }

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

border-color css

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

 span { border-color: rgb(169,108,35); }

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