Html Css Color HEX #AD953F Turmeric

📋 copy color: '#AD953F'

red 173 ◦ green 149 ◦ blue 63

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

Shades of Turmeric #AD953F

Tints of Turmeric #AD953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 44.94%
G = 38.7%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD953F (or 0xAD953F) is known color: Turmeric. HEX triplet: AD, 95 and 3F. RGB value is (173,149,63). Sum of RGB (Red+Green+Blue) = 173+149+63=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD953F is #526AC0. Grayscale: #929292. Windows color (decimal): -5401281 or 4167085. OLE color: 4167085.

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

Color convert

RGB 173 149 63 -
CMYK 0 0.14 0.64 0.32
HSL 46.91º 0.47% 0.46% -
HSV(B) 46.91º 0.64% 0.68% -
XYZ 28.88 30.74 9.11 -
YUV 146.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 173 149 63 0 0.14 0.64 0.32 46.91 0.47 0.46
Hex AD 95 3F 0 E 40 20 2F 2F 2E
Octal 255 225 77 0 16 100 40 57 57 56
Binary 10101101 10010101 111111 0 1110 1000000 100000 101111 101111 101110

Color Harmonies of #AD953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD953F

Black with #AD953F

Text Example


Text Example

White with #AD953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD953F; }

 p { color: rgb(173,149,63); }

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

background-color css

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

 a { background-color: rgb(173,149,63); }

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

border-color css

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

 span { border-color: rgb(173,149,63); }

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