Html Css Color HEX #AD914A Turmeric

📋 copy color: '#AD914A'

red 173 ◦ green 145 ◦ blue 74

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

Shades of Turmeric #AD914A

Tints of Turmeric #AD914A

RGB

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

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

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

R = 44.13%
G = 36.99%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD914A (or 0xAD914A) is known color: Turmeric. HEX triplet: AD, 91 and 4A. RGB value is (173,145,74). Sum of RGB (Red+Green+Blue) = 173+145+74=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD914A is #526EB5. Grayscale: #919191. Windows color (decimal): -5402294 or 4886957. OLE color: 4886957.

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

Color convert

RGB 173 145 74 -
CMYK 0 0.16 0.57 0.32
HSL 43.03º 0.4% 0.48% -
HSV(B) 43.03º 0.57% 0.68% -
XYZ 28.6 29.63 10.69 -
YUV 145.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 173 145 74 0 0.16 0.57 0.32 43.03 0.4 0.48
Hex AD 91 4A 0 10 39 20 2B 28 30
Octal 255 221 112 0 20 71 40 53 50 60
Binary 10101101 10010001 1001010 0 10000 111001 100000 101011 101000 110000

Color Harmonies of #AD914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD914A

Black with #AD914A

Text Example


Text Example

White with #AD914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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