Html Css Color HEX #AE935A Barley Corn

📋 copy color: '#AE935A'

red 174 ◦ green 147 ◦ blue 90

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

Shades of Barley Corn #AE935A

Tints of Barley Corn #AE935A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 42.34%
G = 35.77%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE935A (or 0xAE935A) is known color: Barley Corn. HEX triplet: AE, 93 and 5A. RGB value is (174,147,90). Sum of RGB (Red+Green+Blue) = 174+147+90=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE935A is #516CA5. Grayscale: #949494. Windows color (decimal): -5336230 or 5936046. OLE color: 5936046.

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

Color convert

RGB 174 147 90 -
CMYK 0 0.16 0.48 0.32
HSL 40.71º 0.34% 0.52% -
HSV(B) 40.71º 0.48% 0.68% -
XYZ 29.73 30.6 14.01 -
YUV 148.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 174 147 90 0 0.16 0.48 0.32 40.71 0.34 0.52
Hex AE 93 5A 0 10 30 20 29 22 34
Octal 256 223 132 0 20 60 40 51 42 64
Binary 10101110 10010011 1011010 0 10000 110000 100000 101001 100010 110100

Color Harmonies of #AE935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE935A

Black with #AE935A

Text Example


Text Example

White with #AE935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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