#AF752B

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

Shades of Hot Toddy #AF752B

Tints of Hot Toddy #AF752B

Color information

#AF752B (or 0xAF752B) is unknown color: approx Hot Toddy. HEX triplet: AF, 75 and 2B. RGB value is (175,117,43). Sum of RGB (Red+Green+Blue) = 175+117+43=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF752B is #508AD4. Grayscale: #7E7E7E. Windows color (decimal): -5278421 or 2848175. OLE color: 2848175.

HSL color Cylindrical-coordinate representation of color #AF752B: hue angle of 33.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF752B is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17511743-
CMYK00.330.750.31
HSL33.64º60.55%42.75%-
HSV(B)33.64º75.43%68.63%-
XYZ24.4822.015.24-
YUV125.9181.22163.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 43 (17.19% from 255) = 12.84%
R=52.24%
G=34.93%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751174300.330.750.3133.6460.5542.75
HexAF752B0214B1F223d2b
Octal2571655304111337427553
Binary1010111111101011010110100001100101111111100010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF752B; }

 p { color: rgb(175,117,43); }

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

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

 a { background-color: rgb(175,117,43); }

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

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

 span { border-color: rgb(175,117,43); }

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