Html Css Color HEX #AE905C Barley Corn

📋 copy color: '#AE905C'

red 174 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #AE905C

Tints of Barley Corn #AE905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 42.44%
G = 35.12%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE905C (or 0xAE905C) is known color: Barley Corn. HEX triplet: AE, 90 and 5C. RGB value is (174,144,92). Sum of RGB (Red+Green+Blue) = 174+144+92=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE905C is #516FA3. Grayscale: #939393. Windows color (decimal): -5336996 or 6066350. OLE color: 6066350.

HSL color Cylindrical-coordinate representation of color #AE905C: hue angle of 38.05º degrees, saturation: 0.34, 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 #AE905C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 144 92 -
CMYK 0 0.17 0.47 0.32
HSL 38.05º 0.34% 0.52% -
HSV(B) 38.05º 0.47% 0.68% -
XYZ 29.36 29.72 14.31 -
YUV 147.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 174 144 92 0 0.17 0.47 0.32 38.05 0.34 0.52
Hex AE 90 5C 0 11 2F 20 26 22 34
Octal 256 220 134 0 21 57 40 46 42 64
Binary 10101110 10010000 1011100 0 10001 101111 100000 100110 100010 110100

Color Harmonies of #AE905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE905C

Black with #AE905C

Text Example


Text Example

White with #AE905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE905C; }

 p { color: rgb(174,144,92); }

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

background-color css

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

 a { background-color: rgb(174,144,92); }

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

border-color css

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

 span { border-color: rgb(174,144,92); }

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