Html Css Color HEX #AD6530 Mai Tai

📋 copy color: '#AD6530'

red 173 ◦ green 101 ◦ blue 48

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

Shades of Mai Tai #AD6530

Tints of Mai Tai #AD6530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 53.73%
G = 31.37%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6530 (or 0xAD6530) is known color: Mai Tai. HEX triplet: AD, 65 and 30. RGB value is (173,101,48). Sum of RGB (Red+Green+Blue) = 173+101+48=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6530 is #529ACF. Grayscale: #747474. Windows color (decimal): -5413584 or 3171757. OLE color: 3171757.

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

Color convert

RGB 173 101 48 -
CMYK 0 0.42 0.72 0.32
HSL 25.44º 0.57% 0.43% -
HSV(B) 25.44º 0.72% 0.68% -
XYZ 22.42 18.41 5.17 -
YUV 116.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 173 101 48 0 0.42 0.72 0.32 25.44 0.57 0.43
Hex AD 65 30 0 2A 48 20 19 39 2B
Octal 255 145 60 0 52 110 40 31 71 53
Binary 10101101 1100101 110000 0 101010 1001000 100000 11001 111001 101011

Color Harmonies of #AD6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6530

Black with #AD6530

Text Example


Text Example

White with #AD6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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