Html Css Color HEX #AA6B1E Hot Toddy

📋 copy color: '#AA6B1E'

red 170 ◦ green 107 ◦ blue 30

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

Shades of Hot Toddy #AA6B1E

Tints of Hot Toddy #AA6B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 55.37%
G = 34.85%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA6B1E (or 0xAA6B1E) is known color: Hot Toddy. HEX triplet: AA, 6B and 1E. RGB value is (170,107,30). Sum of RGB (Red+Green+Blue) = 170+107+30=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B1E is #5594E1. Grayscale: #757575. Windows color (decimal): -5608674 or 1993642. OLE color: 1993642.

HSL color Cylindrical-coordinate representation of color #AA6B1E: hue angle of 33º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA6B1E is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 107 30 -
CMYK 0 0.37 0.82 0.33
HSL 33º 0.7% 0.39% -
HSV(B) 33º 0.82% 0.67% -
XYZ 22.07 19.16 3.76 -
YUV 117.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 170 107 30 0 0.37 0.82 0.33 33 0.7 0.39
Hex AA 6B 1E 0 25 52 21 21 46 27
Octal 252 153 36 0 45 122 41 41 106 47
Binary 10101010 1101011 11110 0 100101 1010010 100001 100001 1000110 100111

Color Harmonies of #AA6B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B1E

Black with #AA6B1E

Text Example


Text Example

White with #AA6B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B1E; }

 p { color: rgb(170,107,30); }

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

background-color css

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

 a { background-color: rgb(170,107,30); }

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

border-color css

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

 span { border-color: rgb(170,107,30); }

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