#AE6F1B

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

Shades of Hot Toddy #AE6F1B

Tints of Hot Toddy #AE6F1B

Color information

#AE6F1B (or 0xAE6F1B) is unknown color: approx Hot Toddy. HEX triplet: AE, 6F and 1B. RGB value is (174,111,27). Sum of RGB (Red+Green+Blue) = 174+111+27=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6F1B is #5190E4. Grayscale: #787878. Windows color (decimal): -5345509 or 1798062. OLE color: 1798062.

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

Color convert

RGB17411127-
CMYK00.360.840.32
HSL34.29º73.13%39.41%-
HSV(B)34.29º84.48%68.24%-
XYZ23.3420.453.75-
YUV120.2675.37166.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=55.77%
G=35.58%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741112700.360.840.3234.2973.1339.41
HexAE6F1B0245420224927
Octal25615733044124404211147
Binary10101110110111111011010010010101001000001000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6F1B; }

 p { color: rgb(174,111,27); }

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

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

 a { background-color: rgb(174,111,27); }

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

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

 span { border-color: rgb(174,111,27); }

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