Html Css Color HEX #AD8C44 Turmeric

📋 copy color: '#AD8C44'

red 173 ◦ green 140 ◦ blue 68

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

Shades of Turmeric #AD8C44

Tints of Turmeric #AD8C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 45.41%
G = 36.75%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8C44 (or 0xAD8C44) is known color: Turmeric. HEX triplet: AD, 8C and 44. RGB value is (173,140,68). Sum of RGB (Red+Green+Blue) = 173+140+68=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C44 is #5273BB. Grayscale: #8D8D8D. Windows color (decimal): -5403580 or 4492461. OLE color: 4492461.

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

Color convert

RGB 173 140 68 -
CMYK 0 0.19 0.61 0.32
HSL 41.14º 0.44% 0.47% -
HSV(B) 41.14º 0.61% 0.68% -
XYZ 27.66 28.06 9.43 -
YUV 141.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 173 140 68 0 0.19 0.61 0.32 41.14 0.44 0.47
Hex AD 8C 44 0 13 3D 20 29 2C 2F
Octal 255 214 104 0 23 75 40 51 54 57
Binary 10101101 10001100 1000100 0 10011 111101 100000 101001 101100 101111

Color Harmonies of #AD8C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C44

Black with #AD8C44

Text Example


Text Example

White with #AD8C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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