Html Css Color HEX #AE935E Barley Corn

📋 copy color: '#AE935E'

red 174 ◦ green 147 ◦ blue 94

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

Shades of Barley Corn #AE935E

Tints of Barley Corn #AE935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 41.93%
G = 35.42%
B = 22.65%

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

#AE935E (or 0xAE935E) is known color: Barley Corn. HEX triplet: AE, 93 and 5E. RGB value is (174,147,94). Sum of RGB (Red+Green+Blue) = 174+147+94=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE935E is #516CA1. Grayscale: #959595. Windows color (decimal): -5336226 or 6198190. OLE color: 6198190.

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

Color convert

RGB 174 147 94 -
CMYK 0 0.16 0.46 0.32
HSL 39.75º 0.33% 0.53% -
HSV(B) 39.75º 0.46% 0.68% -
XYZ 29.91 30.67 14.93 -
YUV 149.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 174 147 94 0 0.16 0.46 0.32 39.75 0.33 0.53
Hex AE 93 5E 0 10 2E 20 28 21 35
Octal 256 223 136 0 20 56 40 50 41 65
Binary 10101110 10010011 1011110 0 10000 101110 100000 101000 100001 110101

Color Harmonies of #AE935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE935E

Black with #AE935E

Text Example


Text Example

White with #AE935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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