Html Css Color HEX #AD9457 Barley Corn

📋 copy color: '#AD9457'

red 173 ◦ green 148 ◦ blue 87

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

Shades of Barley Corn #AD9457

Tints of Barley Corn #AD9457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 87 (34.38% from 255) = 21.32%

R = 42.4%
G = 36.27%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD9457 (or 0xAD9457) is known color: 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

RGB 173 148 87 -
CMYK 0 0.14 0.50 0.32
HSL 42.56º 0.34% 0.51% -
HSV(B) 42.56º 0.5% 0.68% -
XYZ 29.54 30.75 13.4 -
YUV 148.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 173 148 87 0 0.14 0.50 0.32 42.56 0.34 0.51
Hex AD 94 57 0 E 32 20 2B 22 33
Octal 255 224 127 0 16 62 40 53 42 63
Binary 10101101 10010100 1010111 0 1110 110010 100000 101011 100010 110011

Color Harmonies of #AD9457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9457

Black with #AD9457

Text Example


Text Example

White with #AD9457

Text Example


Text Example

HTML Codes & Css Web 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>