#AE702B

Color #AE702B Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AE702B

Tints of Hot Toddy #AE702B

Color information

#AE702B (or 0xAE702B) is unknown color: approx Hot Toddy. HEX triplet: AE, 70 and 2B. RGB value is (174,112,43). Sum of RGB (Red+Green+Blue) = 174+112+43=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE702B is #518FD4. Grayscale: #7B7B7B. Windows color (decimal): -5345237 or 2846894. OLE color: 2846894.

HSL color Cylindrical-coordinate representation of color #AE702B: hue angle of 31.6º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE702B is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17411243-
CMYK00.360.750.32
HSL31.6º60.37%42.55%-
HSV(B)31.6º75.29%68.24%-
XYZ23.6920.765.04-
YUV122.6783.04164.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=52.89%
G=34.04%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741124300.360.750.3231.660.3742.55
HexAE702B0244B20203c2b
Octal2561605304411340407453
Binary10101110111000010101101001001001011100000100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE702B; }

 p { color: rgb(174,112,43); }

 H1.HeaderClassName
 {
   color: #AE702B;
 }
 .AnyTagClassName
 {
   color: #AE702B;
 }
</style>
background-color css

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

 a { background-color: rgb(174,112,43); }

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

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

 span { border-color: rgb(174,112,43); }

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