Html Css Color HEX #AD915A Barley Corn

📋 copy color: '#AD915A'

red 173 ◦ green 145 ◦ blue 90

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

Shades of Barley Corn #AD915A

Tints of Barley Corn #AD915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 42.4%
G = 35.54%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD915A (or 0xAD915A) is known color: Barley Corn. HEX triplet: AD, 91 and 5A. RGB value is (173,145,90). Sum of RGB (Red+Green+Blue) = 173+145+90=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD915A is #526EA5. Grayscale: #939393. Windows color (decimal): -5402278 or 5935533. OLE color: 5935533.

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

Color convert

RGB 173 145 90 -
CMYK 0 0.16 0.48 0.32
HSL 39.76º 0.34% 0.52% -
HSV(B) 39.76º 0.48% 0.68% -
XYZ 29.2 29.87 13.9 -
YUV 147.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 173 145 90 0 0.16 0.48 0.32 39.76 0.34 0.52
Hex AD 91 5A 0 10 30 20 28 22 34
Octal 255 221 132 0 20 60 40 50 42 64
Binary 10101101 10010001 1011010 0 10000 110000 100000 101000 100010 110100

Color Harmonies of #AD915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD915A

Black with #AD915A

Text Example


Text Example

White with #AD915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD915A; }

 p { color: rgb(173,145,90); }

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

background-color css

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

 a { background-color: rgb(173,145,90); }

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

border-color css

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

 span { border-color: rgb(173,145,90); }

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