Html Css Color HEX #AC915E Barley Corn

📋 copy color: '#AC915E'

red 172 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #AC915E

Tints of Barley Corn #AC915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 41.85%
G = 35.28%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC915E (or 0xAC915E) is known color: Barley Corn. HEX triplet: AC, 91 and 5E. RGB value is (172,145,94). Sum of RGB (Red+Green+Blue) = 172+145+94=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC915E is #536EA1. Grayscale: #939393. Windows color (decimal): -5467810 or 6197676. OLE color: 6197676.

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

Color convert

RGB 172 145 94 -
CMYK 0 0.16 0.45 0.33
HSL 39.23º 0.32% 0.52% -
HSV(B) 39.23º 0.45% 0.67% -
XYZ 29.16 29.83 14.81 -
YUV 147.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 172 145 94 0 0.16 0.45 0.33 39.23 0.32 0.52
Hex AC 91 5E 0 10 2D 21 27 20 34
Octal 254 221 136 0 20 55 41 47 40 64
Binary 10101100 10010001 1011110 0 10000 101101 100001 100111 100000 110100

Color Harmonies of #AC915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC915E

Black with #AC915E

Text Example


Text Example

White with #AC915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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