Html Css Color HEX #AD943F Turmeric

📋 copy color: '#AD943F'

red 173 ◦ green 148 ◦ blue 63

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

Shades of Turmeric #AD943F

Tints of Turmeric #AD943F

RGB

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

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

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

R = 45.05%
G = 38.54%
B = 16.41%

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

#AD943F (or 0xAD943F) is known color: Turmeric. HEX triplet: AD, 94 and 3F. RGB value is (173,148,63). Sum of RGB (Red+Green+Blue) = 173+148+63=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD943F is #526BC0. Grayscale: #929292. Windows color (decimal): -5401537 or 4166829. OLE color: 4166829.

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

Color convert

RGB 173 148 63 -
CMYK 0 0.14 0.64 0.32
HSL 46.36º 0.47% 0.46% -
HSV(B) 46.36º 0.64% 0.68% -
XYZ 28.72 30.42 9.06 -
YUV 145.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 173 148 63 0 0.14 0.64 0.32 46.36 0.47 0.46
Hex AD 94 3F 0 E 40 20 2E 2F 2E
Octal 255 224 77 0 16 100 40 56 57 56
Binary 10101101 10010100 111111 0 1110 1000000 100000 101110 101111 101110

Color Harmonies of #AD943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD943F

Black with #AD943F

Text Example


Text Example

White with #AD943F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD943F; }

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

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

background-color css

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

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

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

border-color css

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

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

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