Html Css Color HEX #AD9358 Barley Corn

📋 copy color: '#AD9358'

red 173 ◦ green 147 ◦ blue 88

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

Shades of Barley Corn #AD9358

Tints of Barley Corn #AD9358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

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

R = 42.4%
G = 36.03%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9358 (or 0xAD9358) is known color: Barley Corn. HEX triplet: AD, 93 and 58. RGB value is (173,147,88). Sum of RGB (Red+Green+Blue) = 173+147+88=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9358 is #526CA7. Grayscale: #949494. Windows color (decimal): -5401768 or 5804973. OLE color: 5804973.

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

Color convert

RGB 173 147 88 -
CMYK 0 0.15 0.49 0.32
HSL 41.65º 0.34% 0.51% -
HSV(B) 41.65º 0.49% 0.68% -
XYZ 29.43 30.46 13.56 -
YUV 148.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 173 147 88 0 0.15 0.49 0.32 41.65 0.34 0.51
Hex AD 93 58 0 F 31 20 2A 22 33
Octal 255 223 130 0 17 61 40 52 42 63
Binary 10101101 10010011 1011000 0 1111 110001 100000 101010 100010 110011

Color Harmonies of #AD9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9358

Black with #AD9358

Text Example


Text Example

White with #AD9358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9358; }

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

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

background-color css

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

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

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

border-color css

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

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

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