Html Css Color HEX #AD8C45 Turmeric

📋 copy color: '#AD8C45'

red 173 ◦ green 140 ◦ blue 69

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

Shades of Turmeric #AD8C45

Tints of Turmeric #AD8C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 45.29%
G = 36.65%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD8C45 (or 0xAD8C45) is known color: Turmeric. HEX triplet: AD, 8C and 45. RGB value is (173,140,69). Sum of RGB (Red+Green+Blue) = 173+140+69=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C45 is #5273BA. Grayscale: #8E8E8E. Windows color (decimal): -5403579 or 4557997. OLE color: 4557997.

HSL color Cylindrical-coordinate representation of color #AD8C45: hue angle of 40.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8C45 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 69 -
CMYK 0 0.19 0.60 0.32
HSL 40.96º 0.43% 0.47% -
HSV(B) 40.96º 0.6% 0.68% -
XYZ 27.69 28.07 9.59 -
YUV 141.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 173 140 69 0 0.19 0.60 0.32 40.96 0.43 0.47
Hex AD 8C 45 0 13 3C 20 29 2B 2F
Octal 255 214 105 0 23 74 40 51 53 57
Binary 10101101 10001100 1000101 0 10011 111100 100000 101001 101011 101111

Color Harmonies of #AD8C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C45

Black with #AD8C45

Text Example


Text Example

White with #AD8C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C45; }

 p { color: rgb(173,140,69); }

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

background-color css

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

 a { background-color: rgb(173,140,69); }

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

border-color css

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

 span { border-color: rgb(173,140,69); }

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