Html Css Color HEX #AF7315 Hot Toddy

📋 copy color: '#AF7315'

red 175 ◦ green 115 ◦ blue 21

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

Shades of Hot Toddy #AF7315

Tints of Hot Toddy #AF7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 56.27%
G = 36.98%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF7315 (or 0xAF7315) is known color: Hot Toddy. HEX triplet: AF, 73 and 15. RGB value is (175,115,21). Sum of RGB (Red+Green+Blue) = 175+115+21=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7315 is #508CEA. Grayscale: #7A7A7A. Windows color (decimal): -5278955 or 1405871. OLE color: 1405871.

HSL color Cylindrical-coordinate representation of color #AF7315: hue angle of 36.62º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF7315 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 21 -
CMYK 0 0.34 0.88 0.31
HSL 36.62º 0.79% 0.38% -
HSV(B) 36.62º 0.88% 0.69% -
XYZ 23.95 21.43 3.58 -
YUV 122.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 175 115 21 0 0.34 0.88 0.31 36.62 0.79 0.38
Hex AF 73 15 0 22 58 1F 25 4F 26
Octal 257 163 25 0 42 130 37 45 117 46
Binary 10101111 1110011 10101 0 100010 1011000 11111 100101 1001111 100110

Color Harmonies of #AF7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7315

Black with #AF7315

Text Example


Text Example

White with #AF7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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