Html Css Color HEX #AD9544 Turmeric

📋 copy color: '#AD9544'

red 173 ◦ green 149 ◦ blue 68

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

Shades of Turmeric #AD9544

Tints of Turmeric #AD9544

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

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

R = 44.36%
G = 38.21%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD9544 (or 0xAD9544) is known color: Turmeric. HEX triplet: AD, 95 and 44. RGB value is (173,149,68). Sum of RGB (Red+Green+Blue) = 173+149+68=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9544 is #526ABB. Grayscale: #939393. Windows color (decimal): -5401276 or 4494765. OLE color: 4494765.

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

Color convert

RGB 173 149 68 -
CMYK 0 0.14 0.61 0.32
HSL 46.29º 0.44% 0.47% -
HSV(B) 46.29º 0.61% 0.68% -
XYZ 29.02 30.8 9.88 -
YUV 146.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 173 149 68 0 0.14 0.61 0.32 46.29 0.44 0.47
Hex AD 95 44 0 E 3D 20 2E 2C 2F
Octal 255 225 104 0 16 75 40 56 54 57
Binary 10101101 10010101 1000100 0 1110 111101 100000 101110 101100 101111

Color Harmonies of #AD9544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9544

Black with #AD9544

Text Example


Text Example

White with #AD9544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9544; }

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

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

background-color css

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

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

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

border-color css

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

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

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