Html Css Color HEX #AD6725 Mai Tai

📋 copy color: '#AD6725'

red 173 ◦ green 103 ◦ blue 37

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

Shades of Mai Tai #AD6725

Tints of Mai Tai #AD6725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

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

R = 55.27%
G = 32.91%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD6725 (or 0xAD6725) is known color: Mai Tai. HEX triplet: AD, 67 and 25. RGB value is (173,103,37). Sum of RGB (Red+Green+Blue) = 173+103+37=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6725 is #5298DA. Grayscale: #747474. Windows color (decimal): -5413083 or 2451373. OLE color: 2451373.

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

Color convert

RGB 173 103 37 -
CMYK 0 0.40 0.79 0.32
HSL 29.12º 0.65% 0.41% -
HSV(B) 29.12º 0.79% 0.68% -
XYZ 22.42 18.72 4.18 -
YUV 116.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 173 103 37 0 0.40 0.79 0.32 29.12 0.65 0.41
Hex AD 67 25 0 28 4F 20 1D 41 29
Octal 255 147 45 0 50 117 40 35 101 51
Binary 10101101 1100111 100101 0 101000 1001111 100000 11101 1000001 101001

Color Harmonies of #AD6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6725

Black with #AD6725

Text Example


Text Example

White with #AD6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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