Html Css Color HEX #AA7F2B Hot Toddy

📋 copy color: '#AA7F2B'

red 170 ◦ green 127 ◦ blue 43

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

Shades of Hot Toddy #AA7F2B

Tints of Hot Toddy #AA7F2B

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 43 (17.19% from 255) = 12.65%

R = 50%
G = 37.35%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA7F2B (or 0xAA7F2B) is known color: Hot Toddy. HEX triplet: AA, 7F and 2B. RGB value is (170,127,43). Sum of RGB (Red+Green+Blue) = 170+127+43=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F2B is #5580D4. Grayscale: #828282. Windows color (decimal): -5603541 or 2850730. OLE color: 2850730.

HSL color Cylindrical-coordinate representation of color #AA7F2B: hue angle of 39.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA7F2B is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 43 -
CMYK 0 0.25 0.75 0.33
HSL 39.69º 0.6% 0.42% -
HSV(B) 39.69º 0.75% 0.67% -
XYZ 24.6 23.9 5.6 -
YUV 130.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 170 127 43 0 0.25 0.75 0.33 39.69 0.6 0.42
Hex AA 7F 2B 0 19 4B 21 28 3C 2A
Octal 252 177 53 0 31 113 41 50 74 52
Binary 10101010 1111111 101011 0 11001 1001011 100001 101000 111100 101010

Color Harmonies of #AA7F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F2B

Black with #AA7F2B

Text Example


Text Example

White with #AA7F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F2B; }

 p { color: rgb(170,127,43); }

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

background-color css

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

 a { background-color: rgb(170,127,43); }

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

border-color css

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

 span { border-color: rgb(170,127,43); }

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