Html Css Color HEX #AE9B5D Barley Corn

📋 copy color: '#AE9B5D'

red 174 ◦ green 155 ◦ blue 93

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

Shades of Barley Corn #AE9B5D

Tints of Barley Corn #AE9B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

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

R = 41.23%
G = 36.73%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE9B5D (or 0xAE9B5D) is known color: Barley Corn. HEX triplet: AE, 9B and 5D. RGB value is (174,155,93). Sum of RGB (Red+Green+Blue) = 174+155+93=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B5D is #5164A2. Grayscale: #999999. Windows color (decimal): -5334179 or 6134702. OLE color: 6134702.

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

Color convert

RGB 174 155 93 -
CMYK 0 0.11 0.47 0.32
HSL 45.93º 0.33% 0.52% -
HSV(B) 45.93º 0.47% 0.68% -
XYZ 31.15 33.23 15.13 -
YUV 153.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 174 155 93 0 0.11 0.47 0.32 45.93 0.33 0.52
Hex AE 9B 5D 0 B 2F 20 2E 21 34
Octal 256 233 135 0 13 57 40 56 41 64
Binary 10101110 10011011 1011101 0 1011 101111 100000 101110 100001 110100

Color Harmonies of #AE9B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B5D

Black with #AE9B5D

Text Example


Text Example

White with #AE9B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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