Html Css Color HEX #AD904C Turmeric

📋 copy color: '#AD904C'

red 173 ◦ green 144 ◦ blue 76

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

Shades of Turmeric #AD904C

Tints of Turmeric #AD904C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 44.02%
G = 36.64%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD904C (or 0xAD904C) is known color: Turmeric. HEX triplet: AD, 90 and 4C. RGB value is (173,144,76). Sum of RGB (Red+Green+Blue) = 173+144+76=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD904C is #526FB3. Grayscale: #919191. Windows color (decimal): -5402548 or 5017773. OLE color: 5017773.

HSL color Cylindrical-coordinate representation of color #AD904C: hue angle of 42.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD904C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 76 -
CMYK 0 0.17 0.56 0.32
HSL 42.06º 0.39% 0.49% -
HSV(B) 42.06º 0.56% 0.68% -
XYZ 28.51 29.35 11 -
YUV 144.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 173 144 76 0 0.17 0.56 0.32 42.06 0.39 0.49
Hex AD 90 4C 0 11 38 20 2A 27 31
Octal 255 220 114 0 21 70 40 52 47 61
Binary 10101101 10010000 1001100 0 10001 111000 100000 101010 100111 110001

Color Harmonies of #AD904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD904C

Black with #AD904C

Text Example


Text Example

White with #AD904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD904C; }

 p { color: rgb(173,144,76); }

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

background-color css

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

 a { background-color: rgb(173,144,76); }

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

border-color css

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

 span { border-color: rgb(173,144,76); }

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