Html Css Color HEX #AD6525 Mai Tai

📋 copy color: '#AD6525'

red 173 ◦ green 101 ◦ blue 37

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

Shades of Mai Tai #AD6525

Tints of Mai Tai #AD6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 55.63%
G = 32.48%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6525 (or 0xAD6525) is known color: Mai Tai. HEX triplet: AD, 65 and 25. RGB value is (173,101,37). Sum of RGB (Red+Green+Blue) = 173+101+37=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6525 is #529ADA. Grayscale: #737373. Windows color (decimal): -5413595 or 2450861. OLE color: 2450861.

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

Color convert

RGB 173 101 37 -
CMYK 0 0.42 0.79 0.32
HSL 28.24º 0.65% 0.41% -
HSV(B) 28.24º 0.79% 0.68% -
XYZ 22.22 18.33 4.12 -
YUV 115.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 173 101 37 0 0.42 0.79 0.32 28.24 0.65 0.41
Hex AD 65 25 0 2A 4F 20 1C 41 29
Octal 255 145 45 0 52 117 40 34 101 51
Binary 10101101 1100101 100101 0 101010 1001111 100000 11100 1000001 101001

Color Harmonies of #AD6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6525

Black with #AD6525

Text Example


Text Example

White with #AD6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6525; }

 p { color: rgb(173,101,37); }

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

background-color css

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

 a { background-color: rgb(173,101,37); }

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

border-color css

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

 span { border-color: rgb(173,101,37); }

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