Html Css Color HEX #AD9440 Turmeric

📋 copy color: '#AD9440'

red 173 ◦ green 148 ◦ blue 64

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

Shades of Turmeric #AD9440

Tints of Turmeric #AD9440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 44.94%
G = 38.44%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD9440 (or 0xAD9440) is known color: Turmeric. HEX triplet: AD, 94 and 40. RGB value is (173,148,64). Sum of RGB (Red+Green+Blue) = 173+148+64=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9440 is #526BBF. Grayscale: #929292. Windows color (decimal): -5401536 or 4232365. OLE color: 4232365.

HSL color Cylindrical-coordinate representation of color #AD9440: hue angle of 46.24º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD9440 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 64 -
CMYK 0 0.14 0.63 0.32
HSL 46.24º 0.46% 0.46% -
HSV(B) 46.24º 0.63% 0.68% -
XYZ 28.75 30.43 9.21 -
YUV 145.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 173 148 64 0 0.14 0.63 0.32 46.24 0.46 0.46
Hex AD 94 40 0 E 3F 20 2E 2E 2E
Octal 255 224 100 0 16 77 40 56 56 56
Binary 10101101 10010100 1000000 0 1110 111111 100000 101110 101110 101110

Color Harmonies of #AD9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9440

Black with #AD9440

Text Example


Text Example

White with #AD9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9440; }

 p { color: rgb(173,148,64); }

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

background-color css

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

 a { background-color: rgb(173,148,64); }

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

border-color css

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

 span { border-color: rgb(173,148,64); }

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