Html Css Color HEX #AD993C Turmeric

📋 copy color: '#AD993C'

red 173 ◦ green 153 ◦ blue 60

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

Shades of Turmeric #AD993C

Tints of Turmeric #AD993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 44.82%
G = 39.64%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD993C (or 0xAD993C) is known color: Turmeric. HEX triplet: AD, 99 and 3C. RGB value is (173,153,60). Sum of RGB (Red+Green+Blue) = 173+153+60=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD993C is #5266C3. Grayscale: #949494. Windows color (decimal): -5400260 or 3971501. OLE color: 3971501.

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

Color convert

RGB 173 153 60 -
CMYK 0 0.12 0.65 0.32
HSL 49.38º 0.48% 0.46% -
HSV(B) 49.38º 0.65% 0.68% -
XYZ 29.44 31.99 8.9 -
YUV 148.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 173 153 60 0 0.12 0.65 0.32 49.38 0.48 0.46
Hex AD 99 3C 0 C 41 20 31 30 2E
Octal 255 231 74 0 14 101 40 61 60 56
Binary 10101101 10011001 111100 0 1100 1000001 100000 110001 110000 101110

Color Harmonies of #AD993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD993C

Black with #AD993C

Text Example


Text Example

White with #AD993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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