Html Css Color HEX #AE9A65 Barley Corn

📋 copy color: '#AE9A65'

red 174 ◦ green 154 ◦ blue 101

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

Shades of Barley Corn #AE9A65

Tints of Barley Corn #AE9A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 40.56%
G = 35.9%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE9A65 (or 0xAE9A65) is known color: Barley Corn. HEX triplet: AE, 9A and 65. RGB value is (174,154,101). Sum of RGB (Red+Green+Blue) = 174+154+101=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A65 is #51659A. Grayscale: #9A9A9A. Windows color (decimal): -5334427 or 6658734. OLE color: 6658734.

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

Color convert

RGB 174 154 101 -
CMYK 0 0.11 0.42 0.32
HSL 43.56º 0.31% 0.54% -
HSV(B) 43.56º 0.42% 0.68% -
XYZ 31.36 33.05 17.04 -
YUV 153.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 174 154 101 0 0.11 0.42 0.32 43.56 0.31 0.54
Hex AE 9A 65 0 B 2A 20 2C 1F 36
Octal 256 232 145 0 13 52 40 54 37 66
Binary 10101110 10011010 1100101 0 1011 101010 100000 101100 11111 110110

Color Harmonies of #AE9A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A65

Black with #AE9A65

Text Example


Text Example

White with #AE9A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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