Html Css Color HEX #AE955A Barley Corn

📋 copy color: '#AE955A'

red 174 ◦ green 149 ◦ blue 90

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

Shades of Barley Corn #AE955A

Tints of Barley Corn #AE955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

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

R = 42.13%
G = 36.08%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE955A (or 0xAE955A) is known color: Barley Corn. HEX triplet: AE, 95 and 5A. RGB value is (174,149,90). Sum of RGB (Red+Green+Blue) = 174+149+90=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE955A is #516AA5. Grayscale: #969696. Windows color (decimal): -5335718 or 5936558. OLE color: 5936558.

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

Color convert

RGB 174 149 90 -
CMYK 0 0.14 0.48 0.32
HSL 42.14º 0.34% 0.52% -
HSV(B) 42.14º 0.48% 0.68% -
XYZ 30.05 31.23 14.12 -
YUV 149.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 174 149 90 0 0.14 0.48 0.32 42.14 0.34 0.52
Hex AE 95 5A 0 E 30 20 2A 22 34
Octal 256 225 132 0 16 60 40 52 42 64
Binary 10101110 10010101 1011010 0 1110 110000 100000 101010 100010 110100

Color Harmonies of #AE955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE955A

Black with #AE955A

Text Example


Text Example

White with #AE955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE955A; }

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

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

background-color css

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

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

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

border-color css

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

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

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