Html Css Color HEX #AE955D Barley Corn

📋 copy color: '#AE955D'

red 174 ◦ green 149 ◦ blue 93

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

Shades of Barley Corn #AE955D

Tints of Barley Corn #AE955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 41.83%
G = 35.82%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE955D (or 0xAE955D) is known color: Barley Corn. HEX triplet: AE, 95 and 5D. RGB value is (174,149,93). Sum of RGB (Red+Green+Blue) = 174+149+93=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE955D is #516AA2. Grayscale: #969696. Windows color (decimal): -5335715 or 6133166. OLE color: 6133166.

HSL color Cylindrical-coordinate representation of color #AE955D: hue angle of 41.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE955D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 149 93 -
CMYK 0 0.14 0.47 0.32
HSL 41.48º 0.33% 0.52% -
HSV(B) 41.48º 0.47% 0.68% -
XYZ 30.18 31.28 14.8 -
YUV 150.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 174 149 93 0 0.14 0.47 0.32 41.48 0.33 0.52
Hex AE 95 5D 0 E 2F 20 29 21 34
Octal 256 225 135 0 16 57 40 51 41 64
Binary 10101110 10010101 1011101 0 1110 101111 100000 101001 100001 110100

Color Harmonies of #AE955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE955D

Black with #AE955D

Text Example


Text Example

White with #AE955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE955D; }

 p { color: rgb(174,149,93); }

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

background-color css

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

 a { background-color: rgb(174,149,93); }

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

border-color css

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

 span { border-color: rgb(174,149,93); }

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