Html Css Color HEX #AD9558 Barley Corn

📋 copy color: '#AD9558'

red 173 ◦ green 149 ◦ blue 88

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

Shades of Barley Corn #AD9558

Tints of Barley Corn #AD9558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

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

R = 42.2%
G = 36.34%
B = 21.46%

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

#AD9558 (or 0xAD9558) is known color: Barley Corn. HEX triplet: AD, 95 and 58. RGB value is (173,149,88). Sum of RGB (Red+Green+Blue) = 173+149+88=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9558 is #526AA7. Grayscale: #959595. Windows color (decimal): -5401256 or 5805485. OLE color: 5805485.

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

Color convert

RGB 173 149 88 -
CMYK 0 0.14 0.49 0.32
HSL 43.06º 0.34% 0.51% -
HSV(B) 43.06º 0.49% 0.68% -
XYZ 29.74 31.08 13.66 -
YUV 149.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 173 149 88 0 0.14 0.49 0.32 43.06 0.34 0.51
Hex AD 95 58 0 E 31 20 2B 22 33
Octal 255 225 130 0 16 61 40 53 42 63
Binary 10101101 10010101 1011000 0 1110 110001 100000 101011 100010 110011

Color Harmonies of #AD9558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9558

Black with #AD9558

Text Example


Text Example

White with #AD9558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9558; }

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

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

background-color css

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

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

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

border-color css

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

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

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