Html Css Color HEX #AD9640 Turmeric

📋 copy color: '#AD9640'

red 173 ◦ green 150 ◦ blue 64

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

Shades of Turmeric #AD9640

Tints of Turmeric #AD9640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

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

R = 44.7%
G = 38.76%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD9640 (or 0xAD9640) is known color: Turmeric. HEX triplet: AD, 96 and 40. RGB value is (173,150,64). Sum of RGB (Red+Green+Blue) = 173+150+64=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9640 is #5269BF. Grayscale: #939393. Windows color (decimal): -5401024 or 4232877. OLE color: 4232877.

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

Color convert

RGB 173 150 64 -
CMYK 0 0.13 0.63 0.32
HSL 47.34º 0.46% 0.46% -
HSV(B) 47.34º 0.63% 0.68% -
XYZ 29.07 31.07 9.32 -
YUV 147.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 173 150 64 0 0.13 0.63 0.32 47.34 0.46 0.46
Hex AD 96 40 0 D 3F 20 2F 2E 2E
Octal 255 226 100 0 15 77 40 57 56 56
Binary 10101101 10010110 1000000 0 1101 111111 100000 101111 101110 101110

Color Harmonies of #AD9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9640

Black with #AD9640

Text Example


Text Example

White with #AD9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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