Html Css Color HEX #AD953D Turmeric

📋 copy color: '#AD953D'

red 173 ◦ green 149 ◦ blue 61

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

Shades of Turmeric #AD953D

Tints of Turmeric #AD953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 45.17%
G = 38.9%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD953D (or 0xAD953D) is known color: Turmeric. HEX triplet: AD, 95 and 3D. RGB value is (173,149,61). Sum of RGB (Red+Green+Blue) = 173+149+61=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD953D is #526AC2. Grayscale: #929292. Windows color (decimal): -5401283 or 4036013. OLE color: 4036013.

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

Color convert

RGB 173 149 61 -
CMYK 0 0.14 0.65 0.32
HSL 47.14º 0.48% 0.46% -
HSV(B) 47.14º 0.65% 0.68% -
XYZ 28.82 30.72 8.82 -
YUV 146.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 173 149 61 0 0.14 0.65 0.32 47.14 0.48 0.46
Hex AD 95 3D 0 E 41 20 2F 30 2E
Octal 255 225 75 0 16 101 40 57 60 56
Binary 10101101 10010101 111101 0 1110 1000001 100000 101111 110000 101110

Color Harmonies of #AD953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD953D

Black with #AD953D

Text Example


Text Example

White with #AD953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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