Html Css Color HEX #AA7B2F Hot Toddy

📋 copy color: '#AA7B2F'

red 170 ◦ green 123 ◦ blue 47

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

Shades of Hot Toddy #AA7B2F

Tints of Hot Toddy #AA7B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 50%
G = 36.18%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA7B2F (or 0xAA7B2F) is known color: Hot Toddy. HEX triplet: AA, 7B and 2F. RGB value is (170,123,47). Sum of RGB (Red+Green+Blue) = 170+123+47=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B2F is #5584D0. Grayscale: #808080. Windows color (decimal): -5604561 or 3111850. OLE color: 3111850.

HSL color Cylindrical-coordinate representation of color #AA7B2F: hue angle of 37.07º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA7B2F is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 47 -
CMYK 0 0.28 0.72 0.33
HSL 37.07º 0.57% 0.43% -
HSV(B) 37.07º 0.72% 0.67% -
XYZ 24.17 22.92 5.84 -
YUV 128.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 170 123 47 0 0.28 0.72 0.33 37.07 0.57 0.43
Hex AA 7B 2F 0 1C 48 21 25 39 2B
Octal 252 173 57 0 34 110 41 45 71 53
Binary 10101010 1111011 101111 0 11100 1001000 100001 100101 111001 101011

Color Harmonies of #AA7B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B2F

Black with #AA7B2F

Text Example


Text Example

White with #AA7B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B2F; }

 p { color: rgb(170,123,47); }

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

background-color css

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

 a { background-color: rgb(170,123,47); }

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

border-color css

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

 span { border-color: rgb(170,123,47); }

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