Html Css Color HEX #A96B23 Hot Toddy

📋 copy color: '#A96B23'

red 169 ◦ green 107 ◦ blue 35

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

Shades of Hot Toddy #A96B23

Tints of Hot Toddy #A96B23

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.41%

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

R = 54.34%
G = 34.41%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A96B23 (or 0xA96B23) is known color: Hot Toddy. HEX triplet: A9, 6B and 23. RGB value is (169,107,35). Sum of RGB (Red+Green+Blue) = 169+107+35=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B23 is #5694DC. Grayscale: #757575. Windows color (decimal): -5674205 or 2321321. OLE color: 2321321.

HSL color Cylindrical-coordinate representation of color #A96B23: hue angle of 32.24º 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 #A96B23 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 107 35 -
CMYK 0 0.37 0.79 0.34
HSL 32.24º 0.66% 0.4% -
HSV(B) 32.24º 0.79% 0.66% -
XYZ 21.92 19.07 4.12 -
YUV 117.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 169 107 35 0 0.37 0.79 0.34 32.24 0.66 0.4
Hex A9 6B 23 0 25 4F 22 20 42 28
Octal 251 153 43 0 45 117 42 40 102 50
Binary 10101001 1101011 100011 0 100101 1001111 100010 100000 1000010 101000

Color Harmonies of #A96B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B23

Black with #A96B23

Text Example


Text Example

White with #A96B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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