Html Css Color HEX #AE9C66 Barley Corn

📋 copy color: '#AE9C66'

red 174 ◦ green 156 ◦ blue 102

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

Shades of Barley Corn #AE9C66

Tints of Barley Corn #AE9C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.11%

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 40.28%
G = 36.11%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE9C66 (or 0xAE9C66) is known color: Barley Corn. HEX triplet: AE, 9C and 66. RGB value is (174,156,102). Sum of RGB (Red+Green+Blue) = 174+156+102=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C66 is #516399. Grayscale: #9B9B9B. Windows color (decimal): -5333914 or 6724782. OLE color: 6724782.

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

Color convert

RGB 174 156 102 -
CMYK 0 0.10 0.41 0.32
HSL 45º 0.31% 0.54% -
HSV(B) 45º 0.41% 0.68% -
XYZ 31.74 33.73 17.41 -
YUV 155.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 174 156 102 0 0.10 0.41 0.32 45 0.31 0.54
Hex AE 9C 66 0 A 29 20 2D 1F 36
Octal 256 234 146 0 12 51 40 55 37 66
Binary 10101110 10011100 1100110 0 1010 101001 100000 101101 11111 110110

Color Harmonies of #AE9C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C66

Black with #AE9C66

Text Example


Text Example

White with #AE9C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C66; }

 p { color: rgb(174,156,102); }

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

background-color css

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

 a { background-color: rgb(174,156,102); }

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

border-color css

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

 span { border-color: rgb(174,156,102); }

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