Html Css Color HEX #AE8C60 Barley Corn

📋 copy color: '#AE8C60'

red 174 ◦ green 140 ◦ blue 96

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

Shades of Barley Corn #AE8C60

Tints of Barley Corn #AE8C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 96 (37.89% from 255) = 23.41%

R = 42.44%
G = 34.15%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE8C60 (or 0xAE8C60) is known color: Barley Corn. HEX triplet: AE, 8C and 60. RGB value is (174,140,96). Sum of RGB (Red+Green+Blue) = 174+140+96=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C60 is #51739F. Grayscale: #919191. Windows color (decimal): -5338016 or 6327470. OLE color: 6327470.

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

Color convert

RGB 174 140 96 -
CMYK 0 0.20 0.45 0.32
HSL 33.85º 0.33% 0.53% -
HSV(B) 33.85º 0.45% 0.68% -
XYZ 28.94 28.6 15.06 -
YUV 145.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 174 140 96 0 0.20 0.45 0.32 33.85 0.33 0.53
Hex AE 8C 60 0 14 2D 20 22 20 35
Octal 256 214 140 0 24 55 40 42 40 65
Binary 10101110 10001100 1100000 0 10100 101101 100000 100010 100000 110101

Color Harmonies of #AE8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C60

Black with #AE8C60

Text Example


Text Example

White with #AE8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C60; }

 p { color: rgb(174,140,96); }

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

background-color css

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

 a { background-color: rgb(174,140,96); }

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

border-color css

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

 span { border-color: rgb(174,140,96); }

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