Html Css Color HEX #AF7618 Hot Toddy

📋 copy color: '#AF7618'

red 175 ◦ green 118 ◦ blue 24

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

Shades of Hot Toddy #AF7618

Tints of Hot Toddy #AF7618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 55.21%
G = 37.22%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7618 (or 0xAF7618) is known color: Hot Toddy. HEX triplet: AF, 76 and 18. RGB value is (175,118,24). Sum of RGB (Red+Green+Blue) = 175+118+24=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7618 is #5089E7. Grayscale: #7C7C7C. Windows color (decimal): -5278184 or 1603247. OLE color: 1603247.

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

Color convert

RGB 175 118 24 -
CMYK 0 0.33 0.86 0.31
HSL 37.35º 0.76% 0.39% -
HSV(B) 37.35º 0.86% 0.69% -
XYZ 24.32 22.14 3.86 -
YUV 124.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 175 118 24 0 0.33 0.86 0.31 37.35 0.76 0.39
Hex AF 76 18 0 21 56 1F 25 4C 27
Octal 257 166 30 0 41 126 37 45 114 47
Binary 10101111 1110110 11000 0 100001 1010110 11111 100101 1001100 100111

Color Harmonies of #AF7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7618

Black with #AF7618

Text Example


Text Example

White with #AF7618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7618; }

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

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

background-color css

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

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

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

border-color css

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

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

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