Html Css Color HEX #AE945A Barley Corn

📋 copy color: '#AE945A'

red 174 ◦ green 148 ◦ blue 90

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

Shades of Barley Corn #AE945A

Tints of Barley Corn #AE945A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.84%

R = 42.23%
G = 35.92%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE945A (or 0xAE945A) is known color: Barley Corn. HEX triplet: AE, 94 and 5A. RGB value is (174,148,90). Sum of RGB (Red+Green+Blue) = 174+148+90=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE945A is #516BA5. Grayscale: #959595. Windows color (decimal): -5335974 or 5936302. OLE color: 5936302.

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

Color convert

RGB 174 148 90 -
CMYK 0 0.15 0.48 0.32
HSL 41.43º 0.34% 0.52% -
HSV(B) 41.43º 0.48% 0.68% -
XYZ 29.89 30.92 14.06 -
YUV 149.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 174 148 90 0 0.15 0.48 0.32 41.43 0.34 0.52
Hex AE 94 5A 0 F 30 20 29 22 34
Octal 256 224 132 0 17 60 40 51 42 64
Binary 10101110 10010100 1011010 0 1111 110000 100000 101001 100010 110100

Color Harmonies of #AE945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE945A

Black with #AE945A

Text Example


Text Example

White with #AE945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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