Html Css Color HEX #AE9D62 Barley Corn

📋 copy color: '#AE9D62'

red 174 ◦ green 157 ◦ blue 98

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

Shades of Barley Corn #AE9D62

Tints of Barley Corn #AE9D62

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 40.56%
G = 36.6%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE9D62 (or 0xAE9D62) is known color: Barley Corn. HEX triplet: AE, 9D and 62. RGB value is (174,157,98). Sum of RGB (Red+Green+Blue) = 174+157+98=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D62 is #51629D. Grayscale: #9B9B9B. Windows color (decimal): -5333662 or 6462894. OLE color: 6462894.

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

Color convert

RGB 174 157 98 -
CMYK 0 0.10 0.44 0.32
HSL 46.58º 0.32% 0.53% -
HSV(B) 46.58º 0.44% 0.68% -
XYZ 31.72 33.99 16.45 -
YUV 155.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 174 157 98 0 0.10 0.44 0.32 46.58 0.32 0.53
Hex AE 9D 62 0 A 2C 20 2F 20 35
Octal 256 235 142 0 12 54 40 57 40 65
Binary 10101110 10011101 1100010 0 1010 101100 100000 101111 100000 110101

Color Harmonies of #AE9D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9D62

Black with #AE9D62

Text Example


Text Example

White with #AE9D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9D62; }

 p { color: rgb(174,157,98); }

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

background-color css

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

 a { background-color: rgb(174,157,98); }

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

border-color css

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

 span { border-color: rgb(174,157,98); }

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