Html Css Color HEX #AD8A47 Turmeric

📋 copy color: '#AD8A47'

red 173 ◦ green 138 ◦ blue 71

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

Shades of Turmeric #AD8A47

Tints of Turmeric #AD8A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 71 (28.13% from 255) = 18.59%

R = 45.29%
G = 36.13%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD8A47 (or 0xAD8A47) is known color: Turmeric. HEX triplet: AD, 8A and 47. RGB value is (173,138,71). Sum of RGB (Red+Green+Blue) = 173+138+71=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A47 is #5275B8. Grayscale: #8D8D8D. Windows color (decimal): -5404089 or 4688557. OLE color: 4688557.

HSL color Cylindrical-coordinate representation of color #AD8A47: hue angle of 39.41º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD8A47 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 138 71 -
CMYK 0 0.20 0.59 0.32
HSL 39.41º 0.42% 0.48% -
HSV(B) 39.41º 0.59% 0.68% -
XYZ 27.46 27.52 9.83 -
YUV 140.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 173 138 71 0 0.20 0.59 0.32 39.41 0.42 0.48
Hex AD 8A 47 0 14 3B 20 27 2A 30
Octal 255 212 107 0 24 73 40 47 52 60
Binary 10101101 10001010 1000111 0 10100 111011 100000 100111 101010 110000

Color Harmonies of #AD8A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A47

Black with #AD8A47

Text Example


Text Example

White with #AD8A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A47; }

 p { color: rgb(173,138,71); }

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

background-color css

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

 a { background-color: rgb(173,138,71); }

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

border-color css

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

 span { border-color: rgb(173,138,71); }

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