Html Css Color HEX #AE8F5C Barley Corn

📋 copy color: '#AE8F5C'

red 174 ◦ green 143 ◦ blue 92

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

Shades of Barley Corn #AE8F5C

Tints of Barley Corn #AE8F5C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

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

R = 42.54%
G = 34.96%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE8F5C (or 0xAE8F5C) is known color: Barley Corn. HEX triplet: AE, 8F and 5C. RGB value is (174,143,92). Sum of RGB (Red+Green+Blue) = 174+143+92=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F5C is #5170A3. Grayscale: #929292. Windows color (decimal): -5337252 or 6066094. OLE color: 6066094.

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

Color convert

RGB 174 143 92 -
CMYK 0 0.18 0.47 0.32
HSL 37.32º 0.34% 0.52% -
HSV(B) 37.32º 0.47% 0.68% -
XYZ 29.21 29.42 14.26 -
YUV 146.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 174 143 92 0 0.18 0.47 0.32 37.32 0.34 0.52
Hex AE 8F 5C 0 12 2F 20 25 22 34
Octal 256 217 134 0 22 57 40 45 42 64
Binary 10101110 10001111 1011100 0 10010 101111 100000 100101 100010 110100

Color Harmonies of #AE8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F5C

Black with #AE8F5C

Text Example


Text Example

White with #AE8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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