Html Css Color HEX #AF701B Hot Toddy

📋 copy color: '#AF701B'

red 175 ◦ green 112 ◦ blue 27

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

Shades of Hot Toddy #AF701B

Tints of Hot Toddy #AF701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 55.73%
G = 35.67%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF701B (or 0xAF701B) is known color: Hot Toddy. HEX triplet: AF, 70 and 1B. RGB value is (175,112,27). Sum of RGB (Red+Green+Blue) = 175+112+27=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF701B is #508FE4. Grayscale: #797979. Windows color (decimal): -5279717 or 1798319. OLE color: 1798319.

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

Color convert

RGB 175 112 27 -
CMYK 0 0.36 0.85 0.31
HSL 34.46º 0.73% 0.4% -
HSV(B) 34.46º 0.85% 0.69% -
XYZ 23.67 20.78 3.8 -
YUV 121.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 175 112 27 0 0.36 0.85 0.31 34.46 0.73 0.4
Hex AF 70 1B 0 24 55 1F 22 49 28
Octal 257 160 33 0 44 125 37 42 111 50
Binary 10101111 1110000 11011 0 100100 1010101 11111 100010 1001001 101000

Color Harmonies of #AF701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF701B

Black with #AF701B

Text Example


Text Example

White with #AF701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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