Html Css Color HEX #AD943D Turmeric

📋 copy color: '#AD943D'

red 173 ◦ green 148 ◦ blue 61

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

Shades of Turmeric #AD943D

Tints of Turmeric #AD943D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

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

R = 45.29%
G = 38.74%
B = 15.97%

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

#AD943D (or 0xAD943D) is known color: Turmeric. HEX triplet: AD, 94 and 3D. RGB value is (173,148,61). Sum of RGB (Red+Green+Blue) = 173+148+61=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD943D is #526BC2. Grayscale: #919191. Windows color (decimal): -5401539 or 4035757. OLE color: 4035757.

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

Color convert

RGB 173 148 61 -
CMYK 0 0.14 0.65 0.32
HSL 46.61º 0.48% 0.46% -
HSV(B) 46.61º 0.65% 0.68% -
XYZ 28.67 30.4 8.77 -
YUV 145.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 173 148 61 0 0.14 0.65 0.32 46.61 0.48 0.46
Hex AD 94 3D 0 E 41 20 2F 30 2E
Octal 255 224 75 0 16 101 40 57 60 56
Binary 10101101 10010100 111101 0 1110 1000001 100000 101111 110000 101110

Color Harmonies of #AD943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD943D

Black with #AD943D

Text Example


Text Example

White with #AD943D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD943D; }

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

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

background-color css

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

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

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

border-color css

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

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

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