Html Css Color HEX #AF781C Hot Toddy

📋 copy color: '#AF781C'

red 175 ◦ green 120 ◦ blue 28

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

Shades of Hot Toddy #AF781C

Tints of Hot Toddy #AF781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 54.18%
G = 37.15%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF781C (or 0xAF781C) is known color: Hot Toddy. HEX triplet: AF, 78 and 1C. RGB value is (175,120,28). Sum of RGB (Red+Green+Blue) = 175+120+28=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF781C is #5087E3. Grayscale: #7E7E7E. Windows color (decimal): -5277668 or 1865903. OLE color: 1865903.

HSL color Cylindrical-coordinate representation of color #AF781C: hue angle of 37.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF781C is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 120 28 -
CMYK 0 0.31 0.84 0.31
HSL 37.55º 0.72% 0.4% -
HSV(B) 37.55º 0.84% 0.69% -
XYZ 24.61 22.63 4.17 -
YUV 125.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 175 120 28 0 0.31 0.84 0.31 37.55 0.72 0.4
Hex AF 78 1C 0 1F 54 1F 26 48 28
Octal 257 170 34 0 37 124 37 46 110 50
Binary 10101111 1111000 11100 0 11111 1010100 11111 100110 1001000 101000

Color Harmonies of #AF781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF781C

Black with #AF781C

Text Example


Text Example

White with #AF781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF781C; }

 p { color: rgb(175,120,28); }

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

background-color css

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

 a { background-color: rgb(175,120,28); }

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

border-color css

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

 span { border-color: rgb(175,120,28); }

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