Html Css Color HEX #AD9240 Turmeric

📋 copy color: '#AD9240'

red 173 ◦ green 146 ◦ blue 64

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

Shades of Turmeric #AD9240

Tints of Turmeric #AD9240

RGB

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

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

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

R = 45.17%
G = 38.12%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD9240 (or 0xAD9240) is known color: Turmeric. HEX triplet: AD, 92 and 40. RGB value is (173,146,64). Sum of RGB (Red+Green+Blue) = 173+146+64=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9240 is #526DBF. Grayscale: #919191. Windows color (decimal): -5402048 or 4231853. OLE color: 4231853.

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

Color convert

RGB 173 146 64 -
CMYK 0 0.16 0.63 0.32
HSL 45.14º 0.46% 0.46% -
HSV(B) 45.14º 0.63% 0.68% -
XYZ 28.44 29.81 9.11 -
YUV 144.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 173 146 64 0 0.16 0.63 0.32 45.14 0.46 0.46
Hex AD 92 40 0 10 3F 20 2D 2E 2E
Octal 255 222 100 0 20 77 40 55 56 56
Binary 10101101 10010010 1000000 0 10000 111111 100000 101101 101110 101110

Color Harmonies of #AD9240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9240

Black with #AD9240

Text Example


Text Example

White with #AD9240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9240; }

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

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

background-color css

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

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

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

border-color css

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

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

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