#AD9468

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

Shades of Barley Corn #AD9468

Tints of Barley Corn #AD9468

Color information

#AD9468 (or 0xAD9468) is unknown color: approx Barley Corn. HEX triplet: AD, 94 and 68. RGB value is (173,148,104). Sum of RGB (Red+Green+Blue) = 173+148+104=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9468 is #526B97. Grayscale: #969696. Windows color (decimal): -5401496 or 6853805. OLE color: 6853805.

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

Color convert

RGB173148104-
CMYK00.140.400.32
HSL38.26º29.61%54.31%-
HSV(B)38.26º39.88%67.84%-
XYZ30.3231.0617.49-
YUV150.46101.78144.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=40.71%
G=34.82%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314810400.140.400.3238.2629.6154.31
HexAD94680E2820261e36
Octal2552241500165040463666
Binary101011011001010011010000111010100010000010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9468; }

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

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

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

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

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

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

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

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