Html Css Color HEX #AE8D5E Barley Corn

📋 copy color: '#AE8D5E'

red 174 ◦ green 141 ◦ blue 94

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

Shades of Barley Corn #AE8D5E

Tints of Barley Corn #AE8D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

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

R = 42.54%
G = 34.47%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE8D5E (or 0xAE8D5E) is known color: Barley Corn. HEX triplet: AE, 8D and 5E. RGB value is (174,141,94). Sum of RGB (Red+Green+Blue) = 174+141+94=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D5E is #5172A1. Grayscale: #919191. Windows color (decimal): -5337762 or 6196654. OLE color: 6196654.

HSL color Cylindrical-coordinate representation of color #AE8D5E: hue angle of 35.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 #AE8D5E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 94 -
CMYK 0 0.19 0.46 0.32
HSL 35.25º 0.33% 0.53% -
HSV(B) 35.25º 0.46% 0.68% -
XYZ 29 28.86 14.63 -
YUV 145.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 174 141 94 0 0.19 0.46 0.32 35.25 0.33 0.53
Hex AE 8D 5E 0 13 2E 20 23 21 35
Octal 256 215 136 0 23 56 40 43 41 65
Binary 10101110 10001101 1011110 0 10011 101110 100000 100011 100001 110101

Color Harmonies of #AE8D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D5E

Black with #AE8D5E

Text Example


Text Example

White with #AE8D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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