Html Css Color HEX #AD691F Hot Toddy

📋 copy color: '#AD691F'

red 173 ◦ green 105 ◦ blue 31

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

Shades of Hot Toddy #AD691F

Tints of Hot Toddy #AD691F

RGB

 RED value IS 173 (67.97% from 255) = 55.99%

 GREEN value IS 105 (41.41% from 255) = 33.98%

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

R = 55.99%
G = 33.98%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD691F (or 0xAD691F) is known color: Hot Toddy. HEX triplet: AD, 69 and 1F. RGB value is (173,105,31). Sum of RGB (Red+Green+Blue) = 173+105+31=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD691F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD691F is #5296E0. Grayscale: #757575. Windows color (decimal): -5412577 or 2058669. OLE color: 2058669.

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

Color convert

RGB 173 105 31 -
CMYK 0 0.39 0.82 0.32
HSL 31.27º 0.7% 0.4% -
HSV(B) 31.27º 0.82% 0.68% -
XYZ 22.53 19.09 3.79 -
YUV 116.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 173 105 31 0 0.39 0.82 0.32 31.27 0.7 0.4
Hex AD 69 1F 0 27 52 20 1F 46 28
Octal 255 151 37 0 47 122 40 37 106 50
Binary 10101101 1101001 11111 0 100111 1010010 100000 11111 1000110 101000

Color Harmonies of #AD691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD691F

Black with #AD691F

Text Example


Text Example

White with #AD691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD691F; }

 p { color: rgb(173,105,31); }

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

background-color css

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

 a { background-color: rgb(173,105,31); }

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

border-color css

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

 span { border-color: rgb(173,105,31); }

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