Html Css Color HEX #AD9543 Turmeric

📋 copy color: '#AD9543'

red 173 ◦ green 149 ◦ blue 67

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

Shades of Turmeric #AD9543

Tints of Turmeric #AD9543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.22%

R = 44.47%
G = 38.3%
B = 17.22%

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

#AD9543 (or 0xAD9543) is known color: Turmeric. HEX triplet: AD, 95 and 43. RGB value is (173,149,67). Sum of RGB (Red+Green+Blue) = 173+149+67=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9543 is #526ABC. Grayscale: #939393. Windows color (decimal): -5401277 or 4429229. OLE color: 4429229.

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

Color convert

RGB 173 149 67 -
CMYK 0 0.14 0.61 0.32
HSL 46.42º 0.44% 0.47% -
HSV(B) 46.42º 0.61% 0.68% -
XYZ 28.99 30.78 9.72 -
YUV 146.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 173 149 67 0 0.14 0.61 0.32 46.42 0.44 0.47
Hex AD 95 43 0 E 3D 20 2E 2C 2F
Octal 255 225 103 0 16 75 40 56 54 57
Binary 10101101 10010101 1000011 0 1110 111101 100000 101110 101100 101111

Color Harmonies of #AD9543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9543

Black with #AD9543

Text Example


Text Example

White with #AD9543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9543; }

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

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

background-color css

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

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

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

border-color css

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

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

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