Html Css Color HEX #AE995E Barley Corn

📋 copy color: '#AE995E'

red 174 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #AE995E

Tints of Barley Corn #AE995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 41.33%
G = 36.34%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE995E (or 0xAE995E) is known color: Barley Corn. HEX triplet: AE, 99 and 5E. RGB value is (174,153,94). Sum of RGB (Red+Green+Blue) = 174+153+94=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE995E is #5166A1. Grayscale: #989898. Windows color (decimal): -5334690 or 6199726. OLE color: 6199726.

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

Color convert

RGB 174 153 94 -
CMYK 0 0.12 0.46 0.32
HSL 44.25º 0.33% 0.53% -
HSV(B) 44.25º 0.46% 0.68% -
XYZ 30.87 32.59 15.25 -
YUV 152.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 174 153 94 0 0.12 0.46 0.32 44.25 0.33 0.53
Hex AE 99 5E 0 C 2E 20 2C 21 35
Octal 256 231 136 0 14 56 40 54 41 65
Binary 10101110 10011001 1011110 0 1100 101110 100000 101100 100001 110101

Color Harmonies of #AE995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE995E

Black with #AE995E

Text Example


Text Example

White with #AE995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE995E; }

 p { color: rgb(174,153,94); }

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

background-color css

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

 a { background-color: rgb(174,153,94); }

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

border-color css

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

 span { border-color: rgb(174,153,94); }

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