Html Css Color HEX #AF7720 Hot Toddy

📋 copy color: '#AF7720'

red 175 ◦ green 119 ◦ blue 32

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

Shades of Hot Toddy #AF7720

Tints of Hot Toddy #AF7720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

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

R = 53.68%
G = 36.5%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF7720 (or 0xAF7720) is known color: Hot Toddy. HEX triplet: AF, 77 and 20. RGB value is (175,119,32). Sum of RGB (Red+Green+Blue) = 175+119+32=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7720 is #5088DF. Grayscale: #7E7E7E. Windows color (decimal): -5277920 or 2127791. OLE color: 2127791.

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

Color convert

RGB 175 119 32 -
CMYK 0 0.32 0.82 0.31
HSL 36.5º 0.69% 0.41% -
HSV(B) 36.5º 0.82% 0.69% -
XYZ 24.54 22.41 4.4 -
YUV 125.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 175 119 32 0 0.32 0.82 0.31 36.5 0.69 0.41
Hex AF 77 20 0 20 52 1F 25 45 29
Octal 257 167 40 0 40 122 37 45 105 51
Binary 10101111 1110111 100000 0 100000 1010010 11111 100101 1000101 101001

Color Harmonies of #AF7720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7720

Black with #AF7720

Text Example


Text Example

White with #AF7720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7720; }

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

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

background-color css

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

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

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

border-color css

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

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

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