Html Css Color HEX #AD9840 Turmeric

📋 copy color: '#AD9840'

red 173 ◦ green 152 ◦ blue 64

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

Shades of Turmeric #AD9840

Tints of Turmeric #AD9840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 44.47%
G = 39.07%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD9840 (or 0xAD9840) is known color: Turmeric. HEX triplet: AD, 98 and 40. RGB value is (173,152,64). Sum of RGB (Red+Green+Blue) = 173+152+64=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9840 is #5267BF. Grayscale: #949494. Windows color (decimal): -5400512 or 4233389. OLE color: 4233389.

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

Color convert

RGB 173 152 64 -
CMYK 0 0.12 0.63 0.32
HSL 48.44º 0.46% 0.46% -
HSV(B) 48.44º 0.63% 0.68% -
XYZ 29.39 31.71 9.42 -
YUV 148.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 173 152 64 0 0.12 0.63 0.32 48.44 0.46 0.46
Hex AD 98 40 0 C 3F 20 30 2E 2E
Octal 255 230 100 0 14 77 40 60 56 56
Binary 10101101 10011000 1000000 0 1100 111111 100000 110000 101110 101110

Color Harmonies of #AD9840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9840

Black with #AD9840

Text Example


Text Example

White with #AD9840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9840; }

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

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

background-color css

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

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

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

border-color css

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

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

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