Html Css Color HEX #AE8C5D Barley Corn

📋 copy color: '#AE8C5D'

red 174 ◦ green 140 ◦ blue 93

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

Shades of Barley Corn #AE8C5D

Tints of Barley Corn #AE8C5D

RGB

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

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

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

R = 42.75%
G = 34.4%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE8C5D (or 0xAE8C5D) is known color: Barley Corn. HEX triplet: AE, 8C and 5D. RGB value is (174,140,93). Sum of RGB (Red+Green+Blue) = 174+140+93=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C5D is #5173A2. Grayscale: #919191. Windows color (decimal): -5338019 or 6130862. OLE color: 6130862.

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

Color convert

RGB 174 140 93 -
CMYK 0 0.20 0.47 0.32
HSL 34.81º 0.33% 0.52% -
HSV(B) 34.81º 0.47% 0.68% -
XYZ 28.81 28.55 14.35 -
YUV 144.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 174 140 93 0 0.20 0.47 0.32 34.81 0.33 0.52
Hex AE 8C 5D 0 14 2F 20 23 21 34
Octal 256 214 135 0 24 57 40 43 41 64
Binary 10101110 10001100 1011101 0 10100 101111 100000 100011 100001 110100

Color Harmonies of #AE8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C5D

Black with #AE8C5D

Text Example


Text Example

White with #AE8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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