Html Css Color HEX #AD9340 Turmeric

📋 copy color: '#AD9340'

red 173 ◦ green 147 ◦ blue 64

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

Shades of Turmeric #AD9340

Tints of Turmeric #AD9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

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

R = 45.05%
G = 38.28%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD9340 (or 0xAD9340) is known color: Turmeric. HEX triplet: AD, 93 and 40. RGB value is (173,147,64). Sum of RGB (Red+Green+Blue) = 173+147+64=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9340 is #526CBF. Grayscale: #919191. Windows color (decimal): -5401792 or 4232109. OLE color: 4232109.

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

Color convert

RGB 173 147 64 -
CMYK 0 0.15 0.63 0.32
HSL 45.69º 0.46% 0.46% -
HSV(B) 45.69º 0.63% 0.68% -
XYZ 28.59 30.12 9.16 -
YUV 145.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 173 147 64 0 0.15 0.63 0.32 45.69 0.46 0.46
Hex AD 93 40 0 F 3F 20 2E 2E 2E
Octal 255 223 100 0 17 77 40 56 56 56
Binary 10101101 10010011 1000000 0 1111 111111 100000 101110 101110 101110

Color Harmonies of #AD9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9340

Black with #AD9340

Text Example


Text Example

White with #AD9340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9340; }

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

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

background-color css

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

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

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

border-color css

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

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

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