Html Css Color HEX #AD6225 Mai Tai

📋 copy color: '#AD6225'

red 173 ◦ green 98 ◦ blue 37

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

Shades of Mai Tai #AD6225

Tints of Mai Tai #AD6225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

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

R = 56.17%
G = 31.82%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6225 (or 0xAD6225) is known color: Mai Tai. HEX triplet: AD, 62 and 25. RGB value is (173,98,37). Sum of RGB (Red+Green+Blue) = 173+98+37=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6225 is #529DDA. Grayscale: #717171. Windows color (decimal): -5414363 or 2450093. OLE color: 2450093.

HSL color Cylindrical-coordinate representation of color #AD6225: hue angle of 26.91º 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 #AD6225 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 98 37 -
CMYK 0 0.43 0.79 0.32
HSL 26.91º 0.65% 0.41% -
HSV(B) 26.91º 0.79% 0.68% -
XYZ 21.94 17.75 4.02 -
YUV 113.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 173 98 37 0 0.43 0.79 0.32 26.91 0.65 0.41
Hex AD 62 25 0 2B 4F 20 1B 41 29
Octal 255 142 45 0 53 117 40 33 101 51
Binary 10101101 1100010 100101 0 101011 1001111 100000 11011 1000001 101001

Color Harmonies of #AD6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6225

Black with #AD6225

Text Example


Text Example

White with #AD6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6225; }

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

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

background-color css

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

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

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

border-color css

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

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

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