Html Css Color HEX #AA7B3C Hot Toddy

📋 copy color: '#AA7B3C'

red 170 ◦ green 123 ◦ blue 60

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

Shades of Hot Toddy #AA7B3C

Tints of Hot Toddy #AA7B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 48.16%
G = 34.84%
B = 17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA7B3C (or 0xAA7B3C) is known color: Hot Toddy. HEX triplet: AA, 7B and 3C. RGB value is (170,123,60). Sum of RGB (Red+Green+Blue) = 170+123+60=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B3C is #5584C3. Grayscale: #828282. Windows color (decimal): -5604548 or 3963818. OLE color: 3963818.

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

Color convert

RGB 170 123 60 -
CMYK 0 0.28 0.65 0.33
HSL 34.36º 0.48% 0.45% -
HSV(B) 34.36º 0.65% 0.67% -
XYZ 24.48 23.04 7.43 -
YUV 129.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 170 123 60 0 0.28 0.65 0.33 34.36 0.48 0.45
Hex AA 7B 3C 0 1C 41 21 22 30 2D
Octal 252 173 74 0 34 101 41 42 60 55
Binary 10101010 1111011 111100 0 11100 1000001 100001 100010 110000 101101

Color Harmonies of #AA7B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B3C

Black with #AA7B3C

Text Example


Text Example

White with #AA7B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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