Html Css Color HEX #AF722C Hot Toddy

📋 copy color: '#AF722C'

red 175 ◦ green 114 ◦ blue 44

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

Shades of Hot Toddy #AF722C

Tints of Hot Toddy #AF722C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 52.55%
G = 34.23%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF722C (or 0xAF722C) is known color: Hot Toddy. HEX triplet: AF, 72 and 2C. RGB value is (175,114,44). Sum of RGB (Red+Green+Blue) = 175+114+44=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF722C is #508DD3. Grayscale: #7C7C7C. Windows color (decimal): -5279188 or 2912943. OLE color: 2912943.

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

Color convert

RGB 175 114 44 -
CMYK 0 0.35 0.75 0.31
HSL 32.06º 0.6% 0.43% -
HSV(B) 32.06º 0.75% 0.69% -
XYZ 24.15 21.33 5.23 -
YUV 124.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 175 114 44 0 0.35 0.75 0.31 32.06 0.6 0.43
Hex AF 72 2C 0 23 4B 1F 20 3C 2B
Octal 257 162 54 0 43 113 37 40 74 53
Binary 10101111 1110010 101100 0 100011 1001011 11111 100000 111100 101011

Color Harmonies of #AF722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF722C

Black with #AF722C

Text Example


Text Example

White with #AF722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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