Html Css Color HEX #AF7320 Hot Toddy

📋 copy color: '#AF7320'

red 175 ◦ green 115 ◦ blue 32

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

Shades of Hot Toddy #AF7320

Tints of Hot Toddy #AF7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

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

R = 54.35%
G = 35.71%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF7320 (or 0xAF7320) is known color: Hot Toddy. HEX triplet: AF, 73 and 20. RGB value is (175,115,32). Sum of RGB (Red+Green+Blue) = 175+115+32=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7320 is #508CDF. Grayscale: #7B7B7B. Windows color (decimal): -5278944 or 2126767. OLE color: 2126767.

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

Color convert

RGB 175 115 32 -
CMYK 0 0.34 0.82 0.31
HSL 34.83º 0.69% 0.41% -
HSV(B) 34.83º 0.82% 0.69% -
XYZ 24.07 21.48 4.24 -
YUV 123.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 175 115 32 0 0.34 0.82 0.31 34.83 0.69 0.41
Hex AF 73 20 0 22 52 1F 23 45 29
Octal 257 163 40 0 42 122 37 43 105 51
Binary 10101111 1110011 100000 0 100010 1010010 11111 100011 1000101 101001

Color Harmonies of #AF7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7320

Black with #AF7320

Text Example


Text Example

White with #AF7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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