Html Css Color HEX #AD9564 Barley Corn

📋 copy color: '#AD9564'

red 173 ◦ green 149 ◦ blue 100

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

Shades of Barley Corn #AD9564

Tints of Barley Corn #AD9564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 41%
G = 35.31%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD9564 (or 0xAD9564) is known color: Barley Corn. HEX triplet: AD, 95 and 64. RGB value is (173,149,100). Sum of RGB (Red+Green+Blue) = 173+149+100=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9564 is #526A9B. Grayscale: #969696. Windows color (decimal): -5401244 or 6591917. OLE color: 6591917.

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

Color convert

RGB 173 149 100 -
CMYK 0 0.14 0.42 0.32
HSL 40.27º 0.31% 0.54% -
HSV(B) 40.27º 0.42% 0.68% -
XYZ 30.28 31.3 16.5 -
YUV 150.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 173 149 100 0 0.14 0.42 0.32 40.27 0.31 0.54
Hex AD 95 64 0 E 2A 20 28 1F 36
Octal 255 225 144 0 16 52 40 50 37 66
Binary 10101101 10010101 1100100 0 1110 101010 100000 101000 11111 110110

Color Harmonies of #AD9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9564

Black with #AD9564

Text Example


Text Example

White with #AD9564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9564; }

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

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

background-color css

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

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

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

border-color css

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

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

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