Html Css Color HEX #AF6D20 Hot Toddy

📋 copy color: '#AF6D20'

red 175 ◦ green 109 ◦ blue 32

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

Shades of Hot Toddy #AF6D20

Tints of Hot Toddy #AF6D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 55.38%
G = 34.49%
B = 10.13%

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

#AF6D20 (or 0xAF6D20) is known color: Hot Toddy. HEX triplet: AF, 6D and 20. RGB value is (175,109,32). Sum of RGB (Red+Green+Blue) = 175+109+32=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D20 is #5092DF. Grayscale: #787878. Windows color (decimal): -5280480 or 2125231. OLE color: 2125231.

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

Color convert

RGB 175 109 32 -
CMYK 0 0.38 0.82 0.31
HSL 32.31º 0.69% 0.41% -
HSV(B) 32.31º 0.82% 0.69% -
XYZ 23.41 20.16 4.02 -
YUV 119.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 175 109 32 0 0.38 0.82 0.31 32.31 0.69 0.41
Hex AF 6D 20 0 26 52 1F 20 45 29
Octal 257 155 40 0 46 122 37 40 105 51
Binary 10101111 1101101 100000 0 100110 1010010 11111 100000 1000101 101001

Color Harmonies of #AF6D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D20

Black with #AF6D20

Text Example


Text Example

White with #AF6D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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