#AF7225

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

Shades of Hot Toddy #AF7225

Tints of Hot Toddy #AF7225

Color information

#AF7225 (or 0xAF7225) is unknown color: approx Hot Toddy. HEX triplet: AF, 72 and 25. RGB value is (175,114,37). Sum of RGB (Red+Green+Blue) = 175+114+37=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7225 is #508DDA. Grayscale: #7B7B7B. Windows color (decimal): -5279195 or 2454191. OLE color: 2454191.

HSL color Cylindrical-coordinate representation of color #AF7225: hue angle of 33.48º 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 #AF7225 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17511437-
CMYK00.350.790.31
HSL33.48º65.09%41.57%-
HSV(B)33.48º78.86%68.63%-
XYZ24.0321.284.59-
YUV123.4679.21164.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 37 (14.84% from 255) = 11.35%
R=53.68%
G=34.97%
B=11.35%

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
Decimal1751143700.350.790.3133.4865.0941.57
HexAF72250234F1F21412a
Octal25716245043117374110152
Binary10101111111001010010101000111001111111111000011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7225; }

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

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

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

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

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

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

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

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