Html Css Color HEX #AE915E Barley Corn

📋 copy color: '#AE915E'

red 174 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #AE915E

Tints of Barley Corn #AE915E

RGB

 RED value IS 174 (68.36% from 255) = 42.13%

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

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 42.13%
G = 35.11%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE915E (or 0xAE915E) is known color: Barley Corn. HEX triplet: AE, 91 and 5E. RGB value is (174,145,94). Sum of RGB (Red+Green+Blue) = 174+145+94=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE915E is #516EA1. Grayscale: #949494. Windows color (decimal): -5336738 or 6197678. OLE color: 6197678.

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

Color convert

RGB 174 145 94 -
CMYK 0 0.17 0.46 0.32
HSL 38.25º 0.33% 0.53% -
HSV(B) 38.25º 0.46% 0.68% -
XYZ 29.6 30.06 14.83 -
YUV 147.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 174 145 94 0 0.17 0.46 0.32 38.25 0.33 0.53
Hex AE 91 5E 0 11 2E 20 26 21 35
Octal 256 221 136 0 21 56 40 46 41 65
Binary 10101110 10010001 1011110 0 10001 101110 100000 100110 100001 110101

Color Harmonies of #AE915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE915E

Black with #AE915E

Text Example


Text Example

White with #AE915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE915E; }

 p { color: rgb(174,145,94); }

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

background-color css

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

 a { background-color: rgb(174,145,94); }

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

border-color css

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

 span { border-color: rgb(174,145,94); }

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