Html Css Color HEX #AD6926 Mai Tai

📋 copy color: '#AD6926'

red 173 ◦ green 105 ◦ blue 38

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

Shades of Mai Tai #AD6926

Tints of Mai Tai #AD6926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.03%

R = 54.75%
G = 33.23%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD6926 (or 0xAD6926) is known color: Mai Tai. HEX triplet: AD, 69 and 26. RGB value is (173,105,38). Sum of RGB (Red+Green+Blue) = 173+105+38=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6926 is #5296D9. Grayscale: #767676. Windows color (decimal): -5412570 or 2517421. OLE color: 2517421.

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

Color convert

RGB 173 105 38 -
CMYK 0 0.39 0.78 0.32
HSL 29.78º 0.64% 0.41% -
HSV(B) 29.78º 0.78% 0.68% -
XYZ 22.64 19.13 4.33 -
YUV 117.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 173 105 38 0 0.39 0.78 0.32 29.78 0.64 0.41
Hex AD 69 26 0 27 4E 20 1E 40 29
Octal 255 151 46 0 47 116 40 36 100 51
Binary 10101101 1101001 100110 0 100111 1001110 100000 11110 1000000 101001

Color Harmonies of #AD6926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6926

Black with #AD6926

Text Example


Text Example

White with #AD6926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6926; }

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

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

background-color css

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

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

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

border-color css

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

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

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