Html Css Color HEX #AF701E Hot Toddy

📋 copy color: '#AF701E'

red 175 ◦ green 112 ◦ blue 30

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

Shades of Hot Toddy #AF701E

Tints of Hot Toddy #AF701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.33%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 55.21%
G = 35.33%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF701E (or 0xAF701E) is known color: Hot Toddy. HEX triplet: AF, 70 and 1E. RGB value is (175,112,30). Sum of RGB (Red+Green+Blue) = 175+112+30=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF701E is #508FE1. Grayscale: #797979. Windows color (decimal): -5279714 or 1994927. OLE color: 1994927.

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

Color convert

RGB 175 112 30 -
CMYK 0 0.36 0.83 0.31
HSL 33.93º 0.71% 0.4% -
HSV(B) 33.93º 0.83% 0.69% -
XYZ 23.71 20.8 3.99 -
YUV 121.49 76.37 166.17 -
System Red Green Blue C M Y K H S L
Decimal 175 112 30 0 0.36 0.83 0.31 33.93 0.71 0.4
Hex AF 70 1E 0 24 53 1F 22 47 28
Octal 257 160 36 0 44 123 37 42 107 50
Binary 10101111 1110000 11110 0 100100 1010011 11111 100010 1000111 101000

Color Harmonies of #AF701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF701E

Black with #AF701E

Text Example


Text Example

White with #AF701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF701E; }

 p { color: rgb(175,112,30); }

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

background-color css

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

 a { background-color: rgb(175,112,30); }

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

border-color css

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

 span { border-color: rgb(175,112,30); }

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