Html Css Color HEX #AE9456 Barley Corn

📋 copy color: '#AE9456'

red 174 ◦ green 148 ◦ blue 86

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

Shades of Barley Corn #AE9456

Tints of Barley Corn #AE9456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 42.65%
G = 36.27%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE9456 (or 0xAE9456) is known color: Barley Corn. HEX triplet: AE, 94 and 56. RGB value is (174,148,86). Sum of RGB (Red+Green+Blue) = 174+148+86=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9456 is #516BA9. Grayscale: #949494. Windows color (decimal): -5335978 or 5674158. OLE color: 5674158.

HSL color Cylindrical-coordinate representation of color #AE9456: hue angle of 42.27º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE9456 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 86 -
CMYK 0 0.15 0.51 0.32
HSL 42.27º 0.35% 0.51% -
HSV(B) 42.27º 0.51% 0.68% -
XYZ 29.73 30.85 13.19 -
YUV 148.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 174 148 86 0 0.15 0.51 0.32 42.27 0.35 0.51
Hex AE 94 56 0 F 33 20 2A 23 33
Octal 256 224 126 0 17 63 40 52 43 63
Binary 10101110 10010100 1010110 0 1111 110011 100000 101010 100011 110011

Color Harmonies of #AE9456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9456

Black with #AE9456

Text Example


Text Example

White with #AE9456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9456; }

 p { color: rgb(174,148,86); }

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

background-color css

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

 a { background-color: rgb(174,148,86); }

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

border-color css

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

 span { border-color: rgb(174,148,86); }

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