Html Css Color HEX #AD913C Turmeric

📋 copy color: '#AD913C'

red 173 ◦ green 145 ◦ blue 60

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

Shades of Turmeric #AD913C

Tints of Turmeric #AD913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

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

R = 45.77%
G = 38.36%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD913C (or 0xAD913C) is known color: Turmeric. HEX triplet: AD, 91 and 3C. RGB value is (173,145,60). Sum of RGB (Red+Green+Blue) = 173+145+60=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD913C is #526EC3. Grayscale: #909090. Windows color (decimal): -5402308 or 3969453. OLE color: 3969453.

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

Color convert

RGB 173 145 60 -
CMYK 0 0.16 0.65 0.32
HSL 45.13º 0.48% 0.46% -
HSV(B) 45.13º 0.65% 0.68% -
XYZ 28.17 29.46 8.48 -
YUV 143.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 173 145 60 0 0.16 0.65 0.32 45.13 0.48 0.46
Hex AD 91 3C 0 10 41 20 2D 30 2E
Octal 255 221 74 0 20 101 40 55 60 56
Binary 10101101 10010001 111100 0 10000 1000001 100000 101101 110000 101110

Color Harmonies of #AD913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD913C

Black with #AD913C

Text Example


Text Example

White with #AD913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD913C; }

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

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

background-color css

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

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

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

border-color css

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

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

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