Html Css Color HEX #AD9441 Turmeric

📋 copy color: '#AD9441'

red 173 ◦ green 148 ◦ blue 65

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

Shades of Turmeric #AD9441

Tints of Turmeric #AD9441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 44.82%
G = 38.34%
B = 16.84%

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

#AD9441 (or 0xAD9441) is known color: Turmeric. HEX triplet: AD, 94 and 41. RGB value is (173,148,65). Sum of RGB (Red+Green+Blue) = 173+148+65=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9441 is #526BBE. Grayscale: #929292. Windows color (decimal): -5401535 or 4297901. OLE color: 4297901.

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

Color convert

RGB 173 148 65 -
CMYK 0 0.14 0.62 0.32
HSL 46.11º 0.45% 0.47% -
HSV(B) 46.11º 0.62% 0.68% -
XYZ 28.78 30.45 9.36 -
YUV 146.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 173 148 65 0 0.14 0.62 0.32 46.11 0.45 0.47
Hex AD 94 41 0 E 3E 20 2E 2D 2F
Octal 255 224 101 0 16 76 40 56 55 57
Binary 10101101 10010100 1000001 0 1110 111110 100000 101110 101101 101111

Color Harmonies of #AD9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9441

Black with #AD9441

Text Example


Text Example

White with #AD9441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9441; }

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

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

background-color css

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

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

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

border-color css

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

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

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