#AE762B

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

Shades of Hot Toddy #AE762B

Tints of Hot Toddy #AE762B

Color information

#AE762B (or 0xAE762B) is unknown color: approx Hot Toddy. HEX triplet: AE, 76 and 2B. RGB value is (174,118,43). Sum of RGB (Red+Green+Blue) = 174+118+43=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE762B is #5189D4. Grayscale: #7E7E7E. Windows color (decimal): -5343701 or 2848430. OLE color: 2848430.

HSL color Cylindrical-coordinate representation of color #AE762B: hue angle of 34.35º 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 #AE762B is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB17411843-
CMYK00.320.750.32
HSL34.35º60.37%42.55%-
HSV(B)34.35º75.29%68.24%-
XYZ24.3722.135.27-
YUV126.1981.05162.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=51.94%
G=35.22%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741184300.320.750.3234.3560.3742.55
HexAE762B0204B20223c2b
Octal2561665304011340427453
Binary10101110111011010101101000001001011100000100010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE762B; }

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

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

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

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

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

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

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

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