Html Css Color HEX #AA6F25 Hot Toddy

📋 copy color: '#AA6F25'

red 170 ◦ green 111 ◦ blue 37

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

Shades of Hot Toddy #AA6F25

Tints of Hot Toddy #AA6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.91%

 BLUE value IS 37 (14.84% from 255) = 11.64%

R = 53.46%
G = 34.91%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA6F25 (or 0xAA6F25) is known color: Hot Toddy. HEX triplet: AA, 6F and 25. RGB value is (170,111,37). Sum of RGB (Red+Green+Blue) = 170+111+37=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6F25 is #5590DA. Grayscale: #787878. Windows color (decimal): -5607643 or 2453418. OLE color: 2453418.

HSL color Cylindrical-coordinate representation of color #AA6F25: hue angle of 33.38º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA6F25 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 111 37 -
CMYK 0 0.35 0.78 0.33
HSL 33.38º 0.64% 0.41% -
HSV(B) 33.38º 0.78% 0.67% -
XYZ 22.6 20.05 4.43 -
YUV 120.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 170 111 37 0 0.35 0.78 0.33 33.38 0.64 0.41
Hex AA 6F 25 0 23 4E 21 21 40 29
Octal 252 157 45 0 43 116 41 41 100 51
Binary 10101010 1101111 100101 0 100011 1001110 100001 100001 1000000 101001

Color Harmonies of #AA6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F25

Black with #AA6F25

Text Example


Text Example

White with #AA6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F25; }

 p { color: rgb(170,111,37); }

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

background-color css

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

 a { background-color: rgb(170,111,37); }

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

border-color css

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

 span { border-color: rgb(170,111,37); }

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