Html Css Color HEX #AD9445 Turmeric

📋 copy color: '#AD9445'

red 173 ◦ green 148 ◦ blue 69

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

Shades of Turmeric #AD9445

Tints of Turmeric #AD9445

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 44.36%
G = 37.95%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9445 (or 0xAD9445) is known color: Turmeric. HEX triplet: AD, 94 and 45. RGB value is (173,148,69). Sum of RGB (Red+Green+Blue) = 173+148+69=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9445 is #526BBA. Grayscale: #929292. Windows color (decimal): -5401531 or 4560045. OLE color: 4560045.

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

Color convert

RGB 173 148 69 -
CMYK 0 0.14 0.60 0.32
HSL 45.58º 0.43% 0.47% -
HSV(B) 45.58º 0.6% 0.68% -
XYZ 28.9 30.49 9.99 -
YUV 146.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 173 148 69 0 0.14 0.60 0.32 45.58 0.43 0.47
Hex AD 94 45 0 E 3C 20 2E 2B 2F
Octal 255 224 105 0 16 74 40 56 53 57
Binary 10101101 10010100 1000101 0 1110 111100 100000 101110 101011 101111

Color Harmonies of #AD9445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9445

Black with #AD9445

Text Example


Text Example

White with #AD9445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9445; }

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

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

background-color css

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

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

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

border-color css

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

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

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