Html Css Color HEX #AF6D1F Hot Toddy

📋 copy color: '#AF6D1F'

red 175 ◦ green 109 ◦ blue 31

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

Shades of Hot Toddy #AF6D1F

Tints of Hot Toddy #AF6D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 55.56%
G = 34.6%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF6D1F (or 0xAF6D1F) is known color: Hot Toddy. HEX triplet: AF, 6D and 1F. RGB value is (175,109,31). Sum of RGB (Red+Green+Blue) = 175+109+31=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D1F is #5092E0. Grayscale: #787878. Windows color (decimal): -5280481 or 2059695. OLE color: 2059695.

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

Color convert

RGB 175 109 31 -
CMYK 0 0.38 0.82 0.31
HSL 32.5º 0.7% 0.4% -
HSV(B) 32.5º 0.82% 0.69% -
XYZ 23.4 20.15 3.95 -
YUV 119.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 175 109 31 0 0.38 0.82 0.31 32.5 0.7 0.4
Hex AF 6D 1F 0 26 52 1F 20 46 28
Octal 257 155 37 0 46 122 37 40 106 50
Binary 10101111 1101101 11111 0 100110 1010010 11111 100000 1000110 101000

Color Harmonies of #AF6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D1F

Black with #AF6D1F

Text Example


Text Example

White with #AF6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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