Html Css Color HEX #AF721C Hot Toddy

📋 copy color: '#AF721C'

red 175 ◦ green 114 ◦ blue 28

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

Shades of Hot Toddy #AF721C

Tints of Hot Toddy #AF721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.96%

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

R = 55.21%
G = 35.96%
B = 8.83%

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

#AF721C (or 0xAF721C) is known color: Hot Toddy. HEX triplet: AF, 72 and 1C. RGB value is (175,114,28). Sum of RGB (Red+Green+Blue) = 175+114+28=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF721C is #508DE3. Grayscale: #7A7A7A. Windows color (decimal): -5279204 or 1864367. OLE color: 1864367.

HSL color Cylindrical-coordinate representation of color #AF721C: hue angle of 35.1º 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 #AF721C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 28 -
CMYK 0 0.35 0.84 0.31
HSL 35.1º 0.72% 0.4% -
HSV(B) 35.1º 0.84% 0.69% -
XYZ 23.91 21.23 3.94 -
YUV 122.44 74.71 165.49 -
System Red Green Blue C M Y K H S L
Decimal 175 114 28 0 0.35 0.84 0.31 35.1 0.72 0.4
Hex AF 72 1C 0 23 54 1F 23 48 28
Octal 257 162 34 0 43 124 37 43 110 50
Binary 10101111 1110010 11100 0 100011 1010100 11111 100011 1001000 101000

Color Harmonies of #AF721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF721C

Black with #AF721C

Text Example


Text Example

White with #AF721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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