Html Css Color HEX #AC915A Barley Corn

📋 copy color: '#AC915A'

red 172 ◦ green 145 ◦ blue 90

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

Shades of Barley Corn #AC915A

Tints of Barley Corn #AC915A

RGB

 RED value IS 172 (67.58% from 255) = 42.26%

 GREEN value IS 145 (57.03% from 255) = 35.63%

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

R = 42.26%
G = 35.63%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC915A (or 0xAC915A) is known color: Barley Corn. HEX triplet: AC, 91 and 5A. RGB value is (172,145,90). Sum of RGB (Red+Green+Blue) = 172+145+90=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC915A is #536EA5. Grayscale: #939393. Windows color (decimal): -5467814 or 5935532. OLE color: 5935532.

HSL color Cylindrical-coordinate representation of color #AC915A: hue angle of 40.24º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC915A is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 90 -
CMYK 0 0.16 0.48 0.33
HSL 40.24º 0.33% 0.51% -
HSV(B) 40.24º 0.48% 0.67% -
XYZ 28.98 29.76 13.89 -
YUV 146.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 172 145 90 0 0.16 0.48 0.33 40.24 0.33 0.51
Hex AC 91 5A 0 10 30 21 28 21 33
Octal 254 221 132 0 20 60 41 50 41 63
Binary 10101100 10010001 1011010 0 10000 110000 100001 101000 100001 110011

Color Harmonies of #AC915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC915A

Black with #AC915A

Text Example


Text Example

White with #AC915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC915A; }

 p { color: rgb(172,145,90); }

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

background-color css

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

 a { background-color: rgb(172,145,90); }

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

border-color css

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

 span { border-color: rgb(172,145,90); }

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