Html Css Color HEX #AF7718 Hot Toddy

📋 copy color: '#AF7718'

red 175 ◦ green 119 ◦ blue 24

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

Shades of Hot Toddy #AF7718

Tints of Hot Toddy #AF7718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 55.03%
G = 37.42%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7718 (or 0xAF7718) is known color: Hot Toddy. HEX triplet: AF, 77 and 18. RGB value is (175,119,24). Sum of RGB (Red+Green+Blue) = 175+119+24=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7718 is #5088E7. Grayscale: #7D7D7D. Windows color (decimal): -5277928 or 1603503. OLE color: 1603503.

HSL color Cylindrical-coordinate representation of color #AF7718: hue angle of 37.75º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF7718 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 24 -
CMYK 0 0.32 0.86 0.31
HSL 37.75º 0.76% 0.39% -
HSV(B) 37.75º 0.86% 0.69% -
XYZ 24.44 22.37 3.89 -
YUV 124.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 175 119 24 0 0.32 0.86 0.31 37.75 0.76 0.39
Hex AF 77 18 0 20 56 1F 26 4C 27
Octal 257 167 30 0 40 126 37 46 114 47
Binary 10101111 1110111 11000 0 100000 1010110 11111 100110 1001100 100111

Color Harmonies of #AF7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7718

Black with #AF7718

Text Example


Text Example

White with #AF7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7718; }

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

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

background-color css

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

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

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

border-color css

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

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

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