Html Css Color HEX #AF7420 Hot Toddy

📋 copy color: '#AF7420'

red 175 ◦ green 116 ◦ blue 32

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

Shades of Hot Toddy #AF7420

Tints of Hot Toddy #AF7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 54.18%
G = 35.91%
B = 9.91%

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

#AF7420 (or 0xAF7420) is known color: Hot Toddy. HEX triplet: AF, 74 and 20. RGB value is (175,116,32). Sum of RGB (Red+Green+Blue) = 175+116+32=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7420 is #508BDF. Grayscale: #7C7C7C. Windows color (decimal): -5278688 or 2127023. OLE color: 2127023.

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

Color convert

RGB 175 116 32 -
CMYK 0 0.34 0.82 0.31
HSL 35.24º 0.69% 0.41% -
HSV(B) 35.24º 0.82% 0.69% -
XYZ 24.19 21.71 4.28 -
YUV 124.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 175 116 32 0 0.34 0.82 0.31 35.24 0.69 0.41
Hex AF 74 20 0 22 52 1F 23 45 29
Octal 257 164 40 0 42 122 37 43 105 51
Binary 10101111 1110100 100000 0 100010 1010010 11111 100011 1000101 101001

Color Harmonies of #AF7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7420

Black with #AF7420

Text Example


Text Example

White with #AF7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7420; }

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

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

background-color css

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

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

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

border-color css

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

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

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