Html Css Color HEX #AD9148 Turmeric

📋 copy color: '#AD9148'

red 173 ◦ green 145 ◦ blue 72

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

Shades of Turmeric #AD9148

Tints of Turmeric #AD9148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 44.36%
G = 37.18%
B = 18.46%

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

#AD9148 (or 0xAD9148) is known color: Turmeric. HEX triplet: AD, 91 and 48. RGB value is (173,145,72). Sum of RGB (Red+Green+Blue) = 173+145+72=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9148 is #526EB7. Grayscale: #919191. Windows color (decimal): -5402296 or 4755885. OLE color: 4755885.

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

Color convert

RGB 173 145 72 -
CMYK 0 0.16 0.58 0.32
HSL 43.37º 0.41% 0.48% -
HSV(B) 43.37º 0.58% 0.68% -
XYZ 28.53 29.6 10.34 -
YUV 145.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 173 145 72 0 0.16 0.58 0.32 43.37 0.41 0.48
Hex AD 91 48 0 10 3A 20 2B 29 30
Octal 255 221 110 0 20 72 40 53 51 60
Binary 10101101 10010001 1001000 0 10000 111010 100000 101011 101001 110000

Color Harmonies of #AD9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9148

Black with #AD9148

Text Example


Text Example

White with #AD9148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9148; }

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

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

background-color css

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

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

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

border-color css

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

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

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