Html Css Color HEX #AD993A Turmeric

📋 copy color: '#AD993A'

red 173 ◦ green 153 ◦ blue 58

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

Shades of Turmeric #AD993A

Tints of Turmeric #AD993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.84%

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 45.05%
G = 39.84%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD993A (or 0xAD993A) is known color: Turmeric. HEX triplet: AD, 99 and 3A. RGB value is (173,153,58). Sum of RGB (Red+Green+Blue) = 173+153+58=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD993A is #5266C5. Grayscale: #949494. Windows color (decimal): -5400262 or 3840429. OLE color: 3840429.

HSL color Cylindrical-coordinate representation of color #AD993A: hue angle of 49.57º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD993A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 58 -
CMYK 0 0.12 0.66 0.32
HSL 49.57º 0.5% 0.45% -
HSV(B) 49.57º 0.66% 0.68% -
XYZ 29.39 31.97 8.63 -
YUV 148.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 173 153 58 0 0.12 0.66 0.32 49.57 0.5 0.45
Hex AD 99 3A 0 C 42 20 32 32 2D
Octal 255 231 72 0 14 102 40 62 62 55
Binary 10101101 10011001 111010 0 1100 1000010 100000 110010 110010 101101

Color Harmonies of #AD993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD993A

Black with #AD993A

Text Example


Text Example

White with #AD993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD993A; }

 p { color: rgb(173,153,58); }

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

background-color css

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

 a { background-color: rgb(173,153,58); }

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

border-color css

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

 span { border-color: rgb(173,153,58); }

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