Html Css Color HEX #AE9A63 Barley Corn

📋 copy color: '#AE9A63'

red 174 ◦ green 154 ◦ blue 99

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

Shades of Barley Corn #AE9A63

Tints of Barley Corn #AE9A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 40.75%
G = 36.07%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE9A63 (or 0xAE9A63) is known color: Barley Corn. HEX triplet: AE, 9A and 63. RGB value is (174,154,99). Sum of RGB (Red+Green+Blue) = 174+154+99=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A63 is #51659C. Grayscale: #999999. Windows color (decimal): -5334429 or 6527662. OLE color: 6527662.

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

Color convert

RGB 174 154 99 -
CMYK 0 0.11 0.43 0.32
HSL 44º 0.32% 0.54% -
HSV(B) 44º 0.43% 0.68% -
XYZ 31.26 33.01 16.53 -
YUV 153.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 174 154 99 0 0.11 0.43 0.32 44 0.32 0.54
Hex AE 9A 63 0 B 2B 20 2C 20 36
Octal 256 232 143 0 13 53 40 54 40 66
Binary 10101110 10011010 1100011 0 1011 101011 100000 101100 100000 110110

Color Harmonies of #AE9A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A63

Black with #AE9A63

Text Example


Text Example

White with #AE9A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A63; }

 p { color: rgb(174,154,99); }

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

background-color css

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

 a { background-color: rgb(174,154,99); }

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

border-color css

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

 span { border-color: rgb(174,154,99); }

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