Html Css Color HEX #AF7220 Hot Toddy

📋 copy color: '#AF7220'

red 175 ◦ green 114 ◦ blue 32

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

Shades of Hot Toddy #AF7220

Tints of Hot Toddy #AF7220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.97%

R = 54.52%
G = 35.51%
B = 9.97%

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

#AF7220 (or 0xAF7220) is known color: Hot Toddy. HEX triplet: AF, 72 and 20. RGB value is (175,114,32). Sum of RGB (Red+Green+Blue) = 175+114+32=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7220 is #508DDF. Grayscale: #7B7B7B. Windows color (decimal): -5279200 or 2126511. OLE color: 2126511.

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

Color convert

RGB 175 114 32 -
CMYK 0 0.35 0.82 0.31
HSL 34.41º 0.69% 0.41% -
HSV(B) 34.41º 0.82% 0.69% -
XYZ 23.96 21.25 4.21 -
YUV 122.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 175 114 32 0 0.35 0.82 0.31 34.41 0.69 0.41
Hex AF 72 20 0 23 52 1F 22 45 29
Octal 257 162 40 0 43 122 37 42 105 51
Binary 10101111 1110010 100000 0 100011 1010010 11111 100010 1000101 101001

Color Harmonies of #AF7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7220

Black with #AF7220

Text Example


Text Example

White with #AF7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7220; }

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

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

background-color css

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

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

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

border-color css

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

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

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