Html Css Color HEX #AD9248 Turmeric

📋 copy color: '#AD9248'

red 173 ◦ green 146 ◦ blue 72

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

Shades of Turmeric #AD9248

Tints of Turmeric #AD9248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

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

R = 44.25%
G = 37.34%
B = 18.41%

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

#AD9248 (or 0xAD9248) is known color: Turmeric. HEX triplet: AD, 92 and 48. RGB value is (173,146,72). Sum of RGB (Red+Green+Blue) = 173+146+72=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9248 is #526DB7. Grayscale: #919191. Windows color (decimal): -5402040 or 4756141. OLE color: 4756141.

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

Color convert

RGB 173 146 72 -
CMYK 0 0.16 0.58 0.32
HSL 43.96º 0.41% 0.48% -
HSV(B) 43.96º 0.58% 0.68% -
XYZ 28.68 29.91 10.39 -
YUV 145.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 173 146 72 0 0.16 0.58 0.32 43.96 0.41 0.48
Hex AD 92 48 0 10 3A 20 2C 29 30
Octal 255 222 110 0 20 72 40 54 51 60
Binary 10101101 10010010 1001000 0 10000 111010 100000 101100 101001 110000

Color Harmonies of #AD9248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9248

Black with #AD9248

Text Example


Text Example

White with #AD9248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9248; }

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

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

background-color css

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

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

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

border-color css

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

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

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