Html Css Color HEX #AD9458 Barley Corn

📋 copy color: '#AD9458'

red 173 ◦ green 148 ◦ blue 88

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

Shades of Barley Corn #AD9458

Tints of Barley Corn #AD9458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 42.3%
G = 36.19%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9458 (or 0xAD9458) is known color: Barley Corn. HEX triplet: AD, 94 and 58. RGB value is (173,148,88). Sum of RGB (Red+Green+Blue) = 173+148+88=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9458 is #526BA7. Grayscale: #949494. Windows color (decimal): -5401512 or 5805229. OLE color: 5805229.

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

Color convert

RGB 173 148 88 -
CMYK 0 0.14 0.49 0.32
HSL 42.35º 0.34% 0.51% -
HSV(B) 42.35º 0.49% 0.68% -
XYZ 29.58 30.77 13.61 -
YUV 148.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 173 148 88 0 0.14 0.49 0.32 42.35 0.34 0.51
Hex AD 94 58 0 E 31 20 2A 22 33
Octal 255 224 130 0 16 61 40 52 42 63
Binary 10101101 10010100 1011000 0 1110 110001 100000 101010 100010 110011

Color Harmonies of #AD9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9458

Black with #AD9458

Text Example


Text Example

White with #AD9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9458; }

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

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

background-color css

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

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

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

border-color css

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

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

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