Html Css Color HEX #AC915D Barley Corn

📋 copy color: '#AC915D'

red 172 ◦ green 145 ◦ blue 93

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

Shades of Barley Corn #AC915D

Tints of Barley Corn #AC915D

RGB

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

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

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

R = 41.95%
G = 35.37%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC915D (or 0xAC915D) is known color: Barley Corn. HEX triplet: AC, 91 and 5D. RGB value is (172,145,93). Sum of RGB (Red+Green+Blue) = 172+145+93=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC915D is #536EA2. Grayscale: #939393. Windows color (decimal): -5467811 or 6132140. OLE color: 6132140.

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

Color convert

RGB 172 145 93 -
CMYK 0 0.16 0.46 0.33
HSL 39.49º 0.32% 0.52% -
HSV(B) 39.49º 0.46% 0.67% -
XYZ 29.11 29.81 14.58 -
YUV 147.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 172 145 93 0 0.16 0.46 0.33 39.49 0.32 0.52
Hex AC 91 5D 0 10 2E 21 27 20 34
Octal 254 221 135 0 20 56 41 47 40 64
Binary 10101100 10010001 1011101 0 10000 101110 100001 100111 100000 110100

Color Harmonies of #AC915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC915D

Black with #AC915D

Text Example


Text Example

White with #AC915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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