Html Css Color HEX #AE9C63 Barley Corn

📋 copy color: '#AE9C63'

red 174 ◦ green 156 ◦ blue 99

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

Shades of Barley Corn #AE9C63

Tints of Barley Corn #AE9C63

RGB

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

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

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

R = 40.56%
G = 36.36%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE9C63 (or 0xAE9C63) is known color: Barley Corn. HEX triplet: AE, 9C and 63. RGB value is (174,156,99). Sum of RGB (Red+Green+Blue) = 174+156+99=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C63 is #51639C. Grayscale: #9B9B9B. Windows color (decimal): -5333917 or 6528174. OLE color: 6528174.

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

Color convert

RGB 174 156 99 -
CMYK 0 0.10 0.43 0.32
HSL 45.6º 0.32% 0.54% -
HSV(B) 45.6º 0.43% 0.68% -
XYZ 31.6 33.68 16.64 -
YUV 154.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 174 156 99 0 0.10 0.43 0.32 45.6 0.32 0.54
Hex AE 9C 63 0 A 2B 20 2E 20 36
Octal 256 234 143 0 12 53 40 56 40 66
Binary 10101110 10011100 1100011 0 1010 101011 100000 101110 100000 110110

Color Harmonies of #AE9C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C63

Black with #AE9C63

Text Example


Text Example

White with #AE9C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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