#AF7226

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

Shades of Hot Toddy #AF7226

Tints of Hot Toddy #AF7226

Color information

#AF7226 (or 0xAF7226) is unknown color: approx Hot Toddy. HEX triplet: AF, 72 and 26. RGB value is (175,114,38). Sum of RGB (Red+Green+Blue) = 175+114+38=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7226 is #508DD9. Grayscale: #7B7B7B. Windows color (decimal): -5279194 or 2519727. OLE color: 2519727.

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

Color convert

RGB17511438-
CMYK00.350.780.31
HSL33.28º64.32%41.76%-
HSV(B)33.28º78.29%68.63%-
XYZ24.0521.294.68-
YUV123.5779.71164.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=53.52%
G=34.86%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751143800.350.780.3133.2864.3241.76
HexAF72260234E1F21402a
Octal25716246043116374110052
Binary10101111111001010011001000111001110111111000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7226; }

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

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

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

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

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

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

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

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