Html Css Color HEX #AF6D1C Hot Toddy

📋 copy color: '#AF6D1C'

red 175 ◦ green 109 ◦ blue 28

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

Shades of Hot Toddy #AF6D1C

Tints of Hot Toddy #AF6D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

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

R = 56.09%
G = 34.94%
B = 8.97%

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

#AF6D1C (or 0xAF6D1C) is known color: Hot Toddy. HEX triplet: AF, 6D and 1C. RGB value is (175,109,28). Sum of RGB (Red+Green+Blue) = 175+109+28=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D1C is #5092E3. Grayscale: #777777. Windows color (decimal): -5280484 or 1863087. OLE color: 1863087.

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

Color convert

RGB 175 109 28 -
CMYK 0 0.38 0.84 0.31
HSL 33.06º 0.72% 0.4% -
HSV(B) 33.06º 0.84% 0.69% -
XYZ 23.36 20.14 3.75 -
YUV 119.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 175 109 28 0 0.38 0.84 0.31 33.06 0.72 0.4
Hex AF 6D 1C 0 26 54 1F 21 48 28
Octal 257 155 34 0 46 124 37 41 110 50
Binary 10101111 1101101 11100 0 100110 1010100 11111 100001 1001000 101000

Color Harmonies of #AF6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D1C

Black with #AF6D1C

Text Example


Text Example

White with #AF6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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