Html Css Color HEX #AF721F Hot Toddy

📋 copy color: '#AF721F'

red 175 ◦ green 114 ◦ blue 31

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

Shades of Hot Toddy #AF721F

Tints of Hot Toddy #AF721F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 54.69%
G = 35.63%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF721F (or 0xAF721F) is known color: Hot Toddy. HEX triplet: AF, 72 and 1F. RGB value is (175,114,31). Sum of RGB (Red+Green+Blue) = 175+114+31=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF721F is #508DE0. Grayscale: #7B7B7B. Windows color (decimal): -5279201 or 2060975. OLE color: 2060975.

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

Color convert

RGB 175 114 31 -
CMYK 0 0.35 0.82 0.31
HSL 34.58º 0.7% 0.4% -
HSV(B) 34.58º 0.82% 0.69% -
XYZ 23.94 21.25 4.14 -
YUV 122.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 175 114 31 0 0.35 0.82 0.31 34.58 0.7 0.4
Hex AF 72 1F 0 23 52 1F 23 46 28
Octal 257 162 37 0 43 122 37 43 106 50
Binary 10101111 1110010 11111 0 100011 1010010 11111 100011 1000110 101000

Color Harmonies of #AF721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF721F

Black with #AF721F

Text Example


Text Example

White with #AF721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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