Html Css Color HEX #AE935D Barley Corn

📋 copy color: '#AE935D'

red 174 ◦ green 147 ◦ blue 93

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

Shades of Barley Corn #AE935D

Tints of Barley Corn #AE935D

RGB

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

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

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

R = 42.03%
G = 35.51%
B = 22.46%

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

#AE935D (or 0xAE935D) is known color: Barley Corn. HEX triplet: AE, 93 and 5D. RGB value is (174,147,93). Sum of RGB (Red+Green+Blue) = 174+147+93=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE935D is #516CA2. Grayscale: #959595. Windows color (decimal): -5336227 or 6132654. OLE color: 6132654.

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

Color convert

RGB 174 147 93 -
CMYK 0 0.16 0.47 0.32
HSL 40º 0.33% 0.52% -
HSV(B) 40º 0.47% 0.68% -
XYZ 29.87 30.66 14.7 -
YUV 148.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 174 147 93 0 0.16 0.47 0.32 40 0.33 0.52
Hex AE 93 5D 0 10 2F 20 28 21 34
Octal 256 223 135 0 20 57 40 50 41 64
Binary 10101110 10010011 1011101 0 10000 101111 100000 101000 100001 110100

Color Harmonies of #AE935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE935D

Black with #AE935D

Text Example


Text Example

White with #AE935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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