Html Css Color HEX #AD9245 Turmeric

📋 copy color: '#AD9245'

red 173 ◦ green 146 ◦ blue 69

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

Shades of Turmeric #AD9245

Tints of Turmeric #AD9245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

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

R = 44.59%
G = 37.63%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD9245 (or 0xAD9245) is known color: Turmeric. HEX triplet: AD, 92 and 45. RGB value is (173,146,69). Sum of RGB (Red+Green+Blue) = 173+146+69=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9245 is #526DBA. Grayscale: #919191. Windows color (decimal): -5402043 or 4559533. OLE color: 4559533.

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

Color convert

RGB 173 146 69 -
CMYK 0 0.16 0.60 0.32
HSL 44.42º 0.43% 0.47% -
HSV(B) 44.42º 0.6% 0.68% -
XYZ 28.59 29.87 9.89 -
YUV 145.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 173 146 69 0 0.16 0.60 0.32 44.42 0.43 0.47
Hex AD 92 45 0 10 3C 20 2C 2B 2F
Octal 255 222 105 0 20 74 40 54 53 57
Binary 10101101 10010010 1000101 0 10000 111100 100000 101100 101011 101111

Color Harmonies of #AD9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9245

Black with #AD9245

Text Example


Text Example

White with #AD9245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9245; }

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

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

background-color css

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

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

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

border-color css

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

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

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