Html Css Color HEX #AF721D Hot Toddy

📋 copy color: '#AF721D'

red 175 ◦ green 114 ◦ blue 29

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

Shades of Hot Toddy #AF721D

Tints of Hot Toddy #AF721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 55.03%
G = 35.85%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF721D (or 0xAF721D) is known color: Hot Toddy. HEX triplet: AF, 72 and 1D. RGB value is (175,114,29). Sum of RGB (Red+Green+Blue) = 175+114+29=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF721D is #508DE2. Grayscale: #7A7A7A. Windows color (decimal): -5279203 or 1929903. OLE color: 1929903.

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

Color convert

RGB 175 114 29 -
CMYK 0 0.35 0.83 0.31
HSL 34.93º 0.72% 0.4% -
HSV(B) 34.93º 0.83% 0.69% -
XYZ 23.92 21.24 4 -
YUV 122.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 175 114 29 0 0.35 0.83 0.31 34.93 0.72 0.4
Hex AF 72 1D 0 23 53 1F 23 48 28
Octal 257 162 35 0 43 123 37 43 110 50
Binary 10101111 1110010 11101 0 100011 1010011 11111 100011 1001000 101000

Color Harmonies of #AF721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF721D

Black with #AF721D

Text Example


Text Example

White with #AF721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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