#AD9457

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

Shades of Barley Corn #AD9457

Tints of Barley Corn #AD9457

Color information

#AD9457 (or 0xAD9457) is unknown color: approx Barley Corn. HEX triplet: AD, 94 and 57. RGB value is (173,148,87). Sum of RGB (Red+Green+Blue) = 173+148+87=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9457 is #526BA8. Grayscale: #949494. Windows color (decimal): -5401513 or 5739693. OLE color: 5739693.

HSL color Cylindrical-coordinate representation of color #AD9457: hue angle of 42.56º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD9457 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17314887-
CMYK00.140.500.32
HSL42.56º34.4%50.98%-
HSV(B)42.56º49.71%67.84%-
XYZ29.5430.7513.4-
YUV148.5293.28145.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=42.40%
G=36.27%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731488700.140.500.3242.5634.450.98
HexAD94570E32202b2233
Octal2552241270166240534263
Binary1010110110010100101011101110110010100000101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9457; }

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

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

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

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

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

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

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

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