Html Css Color HEX #AF6C1C Hot Toddy

📋 copy color: '#AF6C1C'

red 175 ◦ green 108 ◦ blue 28

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

Shades of Hot Toddy #AF6C1C

Tints of Hot Toddy #AF6C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 56.27%
G = 34.73%
B = 9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF6C1C (or 0xAF6C1C) is known color: Hot Toddy. HEX triplet: AF, 6C and 1C. RGB value is (175,108,28). Sum of RGB (Red+Green+Blue) = 175+108+28=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C1C is #5093E3. Grayscale: #777777. Windows color (decimal): -5280740 or 1862831. OLE color: 1862831.

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

Color convert

RGB 175 108 28 -
CMYK 0 0.38 0.84 0.31
HSL 32.65º 0.72% 0.4% -
HSV(B) 32.65º 0.84% 0.69% -
XYZ 23.25 19.92 3.72 -
YUV 118.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 175 108 28 0 0.38 0.84 0.31 32.65 0.72 0.4
Hex AF 6C 1C 0 26 54 1F 21 48 28
Octal 257 154 34 0 46 124 37 41 110 50
Binary 10101111 1101100 11100 0 100110 1010100 11111 100001 1001000 101000

Color Harmonies of #AF6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C1C

Black with #AF6C1C

Text Example


Text Example

White with #AF6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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