Html Css Color HEX #AF6F1E Hot Toddy

📋 copy color: '#AF6F1E'

red 175 ◦ green 111 ◦ blue 30

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

Shades of Hot Toddy #AF6F1E

Tints of Hot Toddy #AF6F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 30 (12.11% from 255) = 9.49%

R = 55.38%
G = 35.13%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF6F1E (or 0xAF6F1E) is known color: Hot Toddy. HEX triplet: AF, 6F and 1E. RGB value is (175,111,30). Sum of RGB (Red+Green+Blue) = 175+111+30=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F1E is #5090E1. Grayscale: #797979. Windows color (decimal): -5279970 or 1994671. OLE color: 1994671.

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

Color convert

RGB 175 111 30 -
CMYK 0 0.37 0.83 0.31
HSL 33.52º 0.71% 0.4% -
HSV(B) 33.52º 0.83% 0.69% -
XYZ 23.6 20.58 3.96 -
YUV 120.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 175 111 30 0 0.37 0.83 0.31 33.52 0.71 0.4
Hex AF 6F 1E 0 25 53 1F 22 47 28
Octal 257 157 36 0 45 123 37 42 107 50
Binary 10101111 1101111 11110 0 100101 1010011 11111 100010 1000111 101000

Color Harmonies of #AF6F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F1E

Black with #AF6F1E

Text Example


Text Example

White with #AF6F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F1E; }

 p { color: rgb(175,111,30); }

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

background-color css

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

 a { background-color: rgb(175,111,30); }

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

border-color css

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

 span { border-color: rgb(175,111,30); }

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