Html Css Color HEX #AD691E Hot Toddy

📋 copy color: '#AD691E'

red 173 ◦ green 105 ◦ blue 30

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

Shades of Hot Toddy #AD691E

Tints of Hot Toddy #AD691E

RGB

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

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

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

R = 56.17%
G = 34.09%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD691E (or 0xAD691E) is known color: Hot Toddy. HEX triplet: AD, 69 and 1E. RGB value is (173,105,30). Sum of RGB (Red+Green+Blue) = 173+105+30=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD691E is #5296E1. Grayscale: #757575. Windows color (decimal): -5412578 or 1993133. OLE color: 1993133.

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

Color convert

RGB 173 105 30 -
CMYK 0 0.39 0.83 0.32
HSL 31.47º 0.7% 0.4% -
HSV(B) 31.47º 0.83% 0.68% -
XYZ 22.52 19.08 3.72 -
YUV 116.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 173 105 30 0 0.39 0.83 0.32 31.47 0.7 0.4
Hex AD 69 1E 0 27 53 20 1F 46 28
Octal 255 151 36 0 47 123 40 37 106 50
Binary 10101101 1101001 11110 0 100111 1010011 100000 11111 1000110 101000

Color Harmonies of #AD691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD691E

Black with #AD691E

Text Example


Text Example

White with #AD691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD691E; }

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

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

background-color css

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

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

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

border-color css

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

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

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