Html Css Color HEX #AE945D Barley Corn

📋 copy color: '#AE945D'

red 174 ◦ green 148 ◦ blue 93

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

Shades of Barley Corn #AE945D

Tints of Barley Corn #AE945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 41.93%
G = 35.66%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE945D (or 0xAE945D) is known color: Barley Corn. HEX triplet: AE, 94 and 5D. RGB value is (174,148,93). Sum of RGB (Red+Green+Blue) = 174+148+93=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE945D is #516BA2. Grayscale: #959595. Windows color (decimal): -5335971 or 6132910. OLE color: 6132910.

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

Color convert

RGB 174 148 93 -
CMYK 0 0.15 0.47 0.32
HSL 40.74º 0.33% 0.52% -
HSV(B) 40.74º 0.47% 0.68% -
XYZ 30.02 30.97 14.75 -
YUV 149.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 174 148 93 0 0.15 0.47 0.32 40.74 0.33 0.52
Hex AE 94 5D 0 F 2F 20 29 21 34
Octal 256 224 135 0 17 57 40 51 41 64
Binary 10101110 10010100 1011101 0 1111 101111 100000 101001 100001 110100

Color Harmonies of #AE945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE945D

Black with #AE945D

Text Example


Text Example

White with #AE945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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