Html Css Color HEX #AD915D Barley Corn

📋 copy color: '#AD915D'

red 173 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #AD915D

Tints of Barley Corn #AD915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 42.09%
G = 35.28%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD915D (or 0xAD915D) is known color: Barley Corn. HEX triplet: AD, 91 and 5D. RGB value is (173,145,93). Sum of RGB (Red+Green+Blue) = 173+145+93=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD915D is #526EA2. Grayscale: #939393. Windows color (decimal): -5402275 or 6132141. OLE color: 6132141.

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

Color convert

RGB 173 145 93 -
CMYK 0 0.16 0.46 0.32
HSL 39º 0.33% 0.52% -
HSV(B) 39º 0.46% 0.68% -
XYZ 29.33 29.93 14.59 -
YUV 147.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 173 145 93 0 0.16 0.46 0.32 39 0.33 0.52
Hex AD 91 5D 0 10 2E 20 27 21 34
Octal 255 221 135 0 20 56 40 47 41 64
Binary 10101101 10010001 1011101 0 10000 101110 100000 100111 100001 110100

Color Harmonies of #AD915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD915D

Black with #AD915D

Text Example


Text Example

White with #AD915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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