Html Css Color HEX #AD983F Turmeric

📋 copy color: '#AD983F'

red 173 ◦ green 152 ◦ blue 63

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

Shades of Turmeric #AD983F

Tints of Turmeric #AD983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.18%

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

R = 44.59%
G = 39.18%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD983F (or 0xAD983F) is known color: Turmeric. HEX triplet: AD, 98 and 3F. RGB value is (173,152,63). Sum of RGB (Red+Green+Blue) = 173+152+63=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD983F is #5267C0. Grayscale: #949494. Windows color (decimal): -5400513 or 4167853. OLE color: 4167853.

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

Color convert

RGB 173 152 63 -
CMYK 0 0.12 0.64 0.32
HSL 48.55º 0.47% 0.46% -
HSV(B) 48.55º 0.64% 0.68% -
XYZ 29.36 31.7 9.27 -
YUV 148.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 173 152 63 0 0.12 0.64 0.32 48.55 0.47 0.46
Hex AD 98 3F 0 C 40 20 31 2F 2E
Octal 255 230 77 0 14 100 40 61 57 56
Binary 10101101 10011000 111111 0 1100 1000000 100000 110001 101111 101110

Color Harmonies of #AD983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD983F

Black with #AD983F

Text Example


Text Example

White with #AD983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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