Html Css Color HEX #AD9542 Turmeric

📋 copy color: '#AD9542'

red 173 ◦ green 149 ◦ blue 66

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

Shades of Turmeric #AD9542

Tints of Turmeric #AD9542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 44.59%
G = 38.4%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD9542 (or 0xAD9542) is known color: Turmeric. HEX triplet: AD, 95 and 42. RGB value is (173,149,66). Sum of RGB (Red+Green+Blue) = 173+149+66=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9542 is #526ABD. Grayscale: #939393. Windows color (decimal): -5401278 or 4363693. OLE color: 4363693.

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

Color convert

RGB 173 149 66 -
CMYK 0 0.14 0.62 0.32
HSL 46.54º 0.45% 0.47% -
HSV(B) 46.54º 0.62% 0.68% -
XYZ 28.96 30.77 9.57 -
YUV 146.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 173 149 66 0 0.14 0.62 0.32 46.54 0.45 0.47
Hex AD 95 42 0 E 3E 20 2F 2D 2F
Octal 255 225 102 0 16 76 40 57 55 57
Binary 10101101 10010101 1000010 0 1110 111110 100000 101111 101101 101111

Color Harmonies of #AD9542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9542

Black with #AD9542

Text Example


Text Example

White with #AD9542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9542; }

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

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

background-color css

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

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

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

border-color css

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

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

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