Html Css Color HEX #AD904A Turmeric

📋 copy color: '#AD904A'

red 173 ◦ green 144 ◦ blue 74

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

Shades of Turmeric #AD904A

Tints of Turmeric #AD904A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 44.25%
G = 36.83%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD904A (or 0xAD904A) is known color: Turmeric. HEX triplet: AD, 90 and 4A. RGB value is (173,144,74). Sum of RGB (Red+Green+Blue) = 173+144+74=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD904A is #526FB5. Grayscale: #919191. Windows color (decimal): -5402550 or 4886701. OLE color: 4886701.

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

Color convert

RGB 173 144 74 -
CMYK 0 0.17 0.57 0.32
HSL 42.42º 0.4% 0.48% -
HSV(B) 42.42º 0.57% 0.68% -
XYZ 28.44 29.33 10.64 -
YUV 144.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 173 144 74 0 0.17 0.57 0.32 42.42 0.4 0.48
Hex AD 90 4A 0 11 39 20 2A 28 30
Octal 255 220 112 0 21 71 40 52 50 60
Binary 10101101 10010000 1001010 0 10001 111001 100000 101010 101000 110000

Color Harmonies of #AD904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD904A

Black with #AD904A

Text Example


Text Example

White with #AD904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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