Html Css Color HEX #AF7319 Hot Toddy

📋 copy color: '#AF7319'

red 175 ◦ green 115 ◦ blue 25

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

Shades of Hot Toddy #AF7319

Tints of Hot Toddy #AF7319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 55.56%
G = 36.51%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7319 (or 0xAF7319) is known color: Hot Toddy. HEX triplet: AF, 73 and 19. RGB value is (175,115,25). Sum of RGB (Red+Green+Blue) = 175+115+25=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7319 is #508CE6. Grayscale: #7B7B7B. Windows color (decimal): -5278951 or 1668015. OLE color: 1668015.

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

Color convert

RGB 175 115 25 -
CMYK 0 0.34 0.86 0.31
HSL 36º 0.75% 0.39% -
HSV(B) 36º 0.86% 0.69% -
XYZ 23.99 21.45 3.79 -
YUV 122.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 175 115 25 0 0.34 0.86 0.31 36 0.75 0.39
Hex AF 73 19 0 22 56 1F 24 4B 27
Octal 257 163 31 0 42 126 37 44 113 47
Binary 10101111 1110011 11001 0 100010 1010110 11111 100100 1001011 100111

Color Harmonies of #AF7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7319

Black with #AF7319

Text Example


Text Example

White with #AF7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7319; }

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

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

background-color css

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

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

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

border-color css

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

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

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