Html Css Color HEX #AF681F Hot Toddy

📋 copy color: '#AF681F'

red 175 ◦ green 104 ◦ blue 31

#AF681F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #AF681F

Tints of Hot Toddy #AF681F

RGB

 RED value IS 175 (68.75% from 255) = 56.45%

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 56.45%
G = 33.55%
B = 10%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF681F (or 0xAF681F) is known color: Hot Toddy. HEX triplet: AF, 68 and 1F. RGB value is (175,104,31). Sum of RGB (Red+Green+Blue) = 175+104+31=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF681F is #5097E0. Grayscale: #757575. Windows color (decimal): -5281761 or 2058415. OLE color: 2058415.

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

Color convert

RGB 175 104 31 -
CMYK 0 0.41 0.82 0.31
HSL 30.42º 0.7% 0.4% -
HSV(B) 30.42º 0.82% 0.69% -
XYZ 22.88 19.11 3.78 -
YUV 116.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 175 104 31 0 0.41 0.82 0.31 30.42 0.7 0.4
Hex AF 68 1F 0 29 52 1F 1E 46 28
Octal 257 150 37 0 51 122 37 36 106 50
Binary 10101111 1101000 11111 0 101001 1010010 11111 11110 1000110 101000

Color Harmonies of #AF681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF681F

Black with #AF681F

Text Example


Text Example

White with #AF681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF681F; }

 p { color: rgb(175,104,31); }

 H1.HeaderClassName
 {
   color: #AF681F;
 }
 .AnyTagClassName
 {
   color: #AF681F;
 }
</style>

background-color css

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

 a { background-color: rgb(175,104,31); }

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

border-color css

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

 span { border-color: rgb(175,104,31); }

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