#AF7125

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

Shades of Hot Toddy #AF7125

Tints of Hot Toddy #AF7125

Color information

#AF7125 (or 0xAF7125) is unknown color: approx Hot Toddy. HEX triplet: AF, 71 and 25. RGB value is (175,113,37). Sum of RGB (Red+Green+Blue) = 175+113+37=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7125 is #508EDA. Grayscale: #7B7B7B. Windows color (decimal): -5279451 or 2453935. OLE color: 2453935.

HSL color Cylindrical-coordinate representation of color #AF7125: hue angle of 33.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF7125 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17511337-
CMYK00.350.790.31
HSL33.04º65.09%41.57%-
HSV(B)33.04º78.86%68.63%-
XYZ23.9221.064.55-
YUV122.8779.54165.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 37 (14.84% from 255) = 11.38%
R=53.85%
G=34.77%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751133700.350.790.3133.0465.0941.57
HexAF71250234F1F21412a
Octal25716145043117374110152
Binary10101111111000110010101000111001111111111000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7125; }

 p { color: rgb(175,113,37); }

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

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

 a { background-color: rgb(175,113,37); }

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

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

 span { border-color: rgb(175,113,37); }

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