#AF6F23

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

Shades of Hot Toddy #AF6F23

Tints of Hot Toddy #AF6F23

Color information

#AF6F23 (or 0xAF6F23) is unknown color: approx Hot Toddy. HEX triplet: AF, 6F and 23. RGB value is (175,111,35). Sum of RGB (Red+Green+Blue) = 175+111+35=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F23 is #5090DC. Grayscale: #797979. Windows color (decimal): -5279965 or 2322351. OLE color: 2322351.

HSL color Cylindrical-coordinate representation of color #AF6F23: hue angle of 32.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF6F23 is Cyan = 0, Magento = 0.37, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB17511135-
CMYK00.370.80.31
HSL32.57º66.67%41.18%-
HSV(B)32.57º80%68.63%-
XYZ23.6720.64.32-
YUV121.4779.2166.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 35 (14.06% from 255) = 10.90%
R=54.52%
G=34.58%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.8
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751113500.370.80.3132.5766.6741.18
HexAF6F23025501F214329
Octal25715743045120374110351
Binary10101111110111110001101001011010000111111000011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F23; }

 p { color: rgb(175,111,35); }

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

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

 a { background-color: rgb(175,111,35); }

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

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

 span { border-color: rgb(175,111,35); }

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