Html Css Color HEX #AD9348 Turmeric

📋 copy color: '#AD9348'

red 173 ◦ green 147 ◦ blue 72

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

Shades of Turmeric #AD9348

Tints of Turmeric #AD9348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 44.13%
G = 37.5%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD9348 (or 0xAD9348) is known color: Turmeric. HEX triplet: AD, 93 and 48. RGB value is (173,147,72). Sum of RGB (Red+Green+Blue) = 173+147+72=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9348 is #526CB7. Grayscale: #929292. Windows color (decimal): -5401784 or 4756397. OLE color: 4756397.

HSL color Cylindrical-coordinate representation of color #AD9348: hue angle of 44.55º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD9348 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 72 -
CMYK 0 0.15 0.58 0.32
HSL 44.55º 0.41% 0.48% -
HSV(B) 44.55º 0.58% 0.68% -
XYZ 28.84 30.22 10.44 -
YUV 146.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 173 147 72 0 0.15 0.58 0.32 44.55 0.41 0.48
Hex AD 93 48 0 F 3A 20 2D 29 30
Octal 255 223 110 0 17 72 40 55 51 60
Binary 10101101 10010011 1001000 0 1111 111010 100000 101101 101001 110000

Color Harmonies of #AD9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9348

Black with #AD9348

Text Example


Text Example

White with #AD9348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9348; }

 p { color: rgb(173,147,72); }

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

background-color css

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

 a { background-color: rgb(173,147,72); }

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

border-color css

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

 span { border-color: rgb(173,147,72); }

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