Html Css Color HEX #AC9358 Barley Corn

📋 copy color: '#AC9358'

red 172 ◦ green 147 ◦ blue 88

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

Shades of Barley Corn #AC9358

Tints of Barley Corn #AC9358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 88 (34.77% from 255) = 21.62%

R = 42.26%
G = 36.12%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9358 (or 0xAC9358) is known color: Barley Corn. HEX triplet: AC, 93 and 58. RGB value is (172,147,88). Sum of RGB (Red+Green+Blue) = 172+147+88=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9358 is #536CA7. Grayscale: #949494. Windows color (decimal): -5467304 or 5804972. OLE color: 5804972.

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

Color convert

RGB 172 147 88 -
CMYK 0 0.15 0.49 0.33
HSL 42.14º 0.34% 0.51% -
HSV(B) 42.14º 0.49% 0.67% -
XYZ 29.21 30.34 13.55 -
YUV 147.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 172 147 88 0 0.15 0.49 0.33 42.14 0.34 0.51
Hex AC 93 58 0 F 31 21 2A 22 33
Octal 254 223 130 0 17 61 41 52 42 63
Binary 10101100 10010011 1011000 0 1111 110001 100001 101010 100010 110011

Color Harmonies of #AC9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9358

Black with #AC9358

Text Example


Text Example

White with #AC9358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9358; }

 p { color: rgb(172,147,88); }

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

background-color css

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

 a { background-color: rgb(172,147,88); }

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

border-color css

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

 span { border-color: rgb(172,147,88); }

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