Html Css Color HEX #AF6A1C Hot Toddy

📋 copy color: '#AF6A1C'

red 175 ◦ green 106 ◦ blue 28

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

Shades of Hot Toddy #AF6A1C

Tints of Hot Toddy #AF6A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 56.63%
G = 34.3%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF6A1C (or 0xAF6A1C) is known color: Hot Toddy. HEX triplet: AF, 6A and 1C. RGB value is (175,106,28). Sum of RGB (Red+Green+Blue) = 175+106+28=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A1C is #5095E3. Grayscale: #767676. Windows color (decimal): -5281252 or 1862319. OLE color: 1862319.

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

Color convert

RGB 175 106 28 -
CMYK 0 0.39 0.84 0.31
HSL 31.84º 0.72% 0.4% -
HSV(B) 31.84º 0.84% 0.69% -
XYZ 23.04 19.51 3.65 -
YUV 117.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 175 106 28 0 0.39 0.84 0.31 31.84 0.72 0.4
Hex AF 6A 1C 0 27 54 1F 20 48 28
Octal 257 152 34 0 47 124 37 40 110 50
Binary 10101111 1101010 11100 0 100111 1010100 11111 100000 1001000 101000

Color Harmonies of #AF6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A1C

Black with #AF6A1C

Text Example


Text Example

White with #AF6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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