Html Css Color HEX #AF711C Hot Toddy

📋 copy color: '#AF711C'

red 175 ◦ green 113 ◦ blue 28

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

Shades of Hot Toddy #AF711C

Tints of Hot Toddy #AF711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 55.38%
G = 35.76%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF711C (or 0xAF711C) is known color: Hot Toddy. HEX triplet: AF, 71 and 1C. RGB value is (175,113,28). Sum of RGB (Red+Green+Blue) = 175+113+28=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF711C is #508EE3. Grayscale: #7A7A7A. Windows color (decimal): -5279460 or 1864111. OLE color: 1864111.

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

Color convert

RGB 175 113 28 -
CMYK 0 0.35 0.84 0.31
HSL 34.69º 0.72% 0.4% -
HSV(B) 34.69º 0.84% 0.69% -
XYZ 23.79 21.01 3.9 -
YUV 121.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 175 113 28 0 0.35 0.84 0.31 34.69 0.72 0.4
Hex AF 71 1C 0 23 54 1F 23 48 28
Octal 257 161 34 0 43 124 37 43 110 50
Binary 10101111 1110001 11100 0 100011 1010100 11111 100011 1001000 101000

Color Harmonies of #AF711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF711C

Black with #AF711C

Text Example


Text Example

White with #AF711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF711C; }

 p { color: rgb(175,113,28); }

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

background-color css

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

 a { background-color: rgb(175,113,28); }

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

border-color css

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

 span { border-color: rgb(175,113,28); }

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