Html Css Color HEX #AF6B20 Hot Toddy

📋 copy color: '#AF6B20'

red 175 ◦ green 107 ◦ blue 32

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

Shades of Hot Toddy #AF6B20

Tints of Hot Toddy #AF6B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

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

R = 55.73%
G = 34.08%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF6B20 (or 0xAF6B20) is known color: Hot Toddy. HEX triplet: AF, 6B and 20. RGB value is (175,107,32). Sum of RGB (Red+Green+Blue) = 175+107+32=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B20 is #5094DF. Grayscale: #777777. Windows color (decimal): -5280992 or 2124719. OLE color: 2124719.

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

Color convert

RGB 175 107 32 -
CMYK 0 0.39 0.82 0.31
HSL 31.47º 0.69% 0.41% -
HSV(B) 31.47º 0.82% 0.69% -
XYZ 23.2 19.73 3.95 -
YUV 118.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 175 107 32 0 0.39 0.82 0.31 31.47 0.69 0.41
Hex AF 6B 20 0 27 52 1F 1F 45 29
Octal 257 153 40 0 47 122 37 37 105 51
Binary 10101111 1101011 100000 0 100111 1010010 11111 11111 1000101 101001

Color Harmonies of #AF6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B20

Black with #AF6B20

Text Example


Text Example

White with #AF6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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