Html Css Color HEX #AD915C Barley Corn

📋 copy color: '#AD915C'

red 173 ◦ green 145 ◦ blue 92

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

Shades of Barley Corn #AD915C

Tints of Barley Corn #AD915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 42.2%
G = 35.37%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD915C (or 0xAD915C) is known color: Barley Corn. HEX triplet: AD, 91 and 5C. RGB value is (173,145,92). Sum of RGB (Red+Green+Blue) = 173+145+92=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD915C is #526EA3. Grayscale: #939393. Windows color (decimal): -5402276 or 6066605. OLE color: 6066605.

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

Color convert

RGB 173 145 92 -
CMYK 0 0.16 0.47 0.32
HSL 39.26º 0.33% 0.52% -
HSV(B) 39.26º 0.47% 0.68% -
XYZ 29.29 29.91 14.35 -
YUV 147.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 173 145 92 0 0.16 0.47 0.32 39.26 0.33 0.52
Hex AD 91 5C 0 10 2F 20 27 21 34
Octal 255 221 134 0 20 57 40 47 41 64
Binary 10101101 10010001 1011100 0 10000 101111 100000 100111 100001 110100

Color Harmonies of #AD915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD915C

Black with #AD915C

Text Example


Text Example

White with #AD915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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