Html Css Color HEX #AD9149 Turmeric

📋 copy color: '#AD9149'

red 173 ◦ green 145 ◦ blue 73

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

Shades of Turmeric #AD9149

Tints of Turmeric #AD9149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 44.25%
G = 37.08%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD9149 (or 0xAD9149) is known color: Turmeric. HEX triplet: AD, 91 and 49. RGB value is (173,145,73). Sum of RGB (Red+Green+Blue) = 173+145+73=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9149 is #526EB6. Grayscale: #919191. Windows color (decimal): -5402295 or 4821421. OLE color: 4821421.

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

Color convert

RGB 173 145 73 -
CMYK 0 0.16 0.58 0.32
HSL 43.2º 0.41% 0.48% -
HSV(B) 43.2º 0.58% 0.68% -
XYZ 28.56 29.62 10.51 -
YUV 145.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 173 145 73 0 0.16 0.58 0.32 43.2 0.41 0.48
Hex AD 91 49 0 10 3A 20 2B 29 30
Octal 255 221 111 0 20 72 40 53 51 60
Binary 10101101 10010001 1001001 0 10000 111010 100000 101011 101001 110000

Color Harmonies of #AD9149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9149

Black with #AD9149

Text Example


Text Example

White with #AD9149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9149; }

 p { color: rgb(173,145,73); }

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

background-color css

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

 a { background-color: rgb(173,145,73); }

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

border-color css

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

 span { border-color: rgb(173,145,73); }

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