Html Css Color HEX #AA7223 Hot Toddy

📋 copy color: '#AA7223'

red 170 ◦ green 114 ◦ blue 35

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

Shades of Hot Toddy #AA7223

Tints of Hot Toddy #AA7223

RGB

 RED value IS 170 (66.8% from 255) = 53.29%

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 53.29%
G = 35.74%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA7223 (or 0xAA7223) is known color: Hot Toddy. HEX triplet: AA, 72 and 23. RGB value is (170,114,35). Sum of RGB (Red+Green+Blue) = 170+114+35=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7223 is #558DDC. Grayscale: #7A7A7A. Windows color (decimal): -5606877 or 2323114. OLE color: 2323114.

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

Color convert

RGB 170 114 35 -
CMYK 0 0.33 0.79 0.33
HSL 35.11º 0.66% 0.4% -
HSV(B) 35.11º 0.79% 0.67% -
XYZ 22.9 20.7 4.38 -
YUV 121.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 170 114 35 0 0.33 0.79 0.33 35.11 0.66 0.4
Hex AA 72 23 0 21 4F 21 23 42 28
Octal 252 162 43 0 41 117 41 43 102 50
Binary 10101010 1110010 100011 0 100001 1001111 100001 100011 1000010 101000

Color Harmonies of #AA7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7223

Black with #AA7223

Text Example


Text Example

White with #AA7223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7223; }

 p { color: rgb(170,114,35); }

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

background-color css

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

 a { background-color: rgb(170,114,35); }

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

border-color css

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

 span { border-color: rgb(170,114,35); }

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