#AD9368

Color #AD9368 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #AD9368

Tints of Barley Corn #AD9368

Color information

#AD9368 (or 0xAD9368) is unknown color: approx Barley Corn. HEX triplet: AD, 93 and 68. RGB value is (173,147,104). Sum of RGB (Red+Green+Blue) = 173+147+104=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9368 is #526C97. Grayscale: #969696. Windows color (decimal): -5401752 or 6853549. OLE color: 6853549.

HSL color Cylindrical-coordinate representation of color #AD9368: hue angle of 37.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD9368 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173147104-
CMYK00.150.400.32
HSL37.39º29.61%54.31%-
HSV(B)37.39º39.88%67.84%-
XYZ30.1730.7517.44-
YUV149.87102.11144.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 104 (41.02% from 255) = 24.53%
R=40.80%
G=34.67%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314710400.150.400.3237.3929.6154.31
HexAD93680F2820251e36
Octal2552231500175040453666
Binary101011011001001111010000111110100010000010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9368; }

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

 H1.HeaderClassName
 {
   color: #AD9368;
 }
 .AnyTagClassName
 {
   color: #AD9368;
 }
</style>
background-color css

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

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

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

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

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

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