Html Css Color HEX #AC9259 Barley Corn

📋 copy color: '#AC9259'

red 172 ◦ green 146 ◦ blue 89

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

Shades of Barley Corn #AC9259

Tints of Barley Corn #AC9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

 BLUE value IS 89 (35.16% from 255) = 21.87%

R = 42.26%
G = 35.87%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9259 (or 0xAC9259) is known color: Barley Corn. HEX triplet: AC, 92 and 59. RGB value is (172,146,89). Sum of RGB (Red+Green+Blue) = 172+146+89=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9259 is #536DA6. Grayscale: #939393. Windows color (decimal): -5467559 or 5870252. OLE color: 5870252.

HSL color Cylindrical-coordinate representation of color #AC9259: hue angle of 41.2º 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 #AC9259 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 146 89 -
CMYK 0 0.15 0.48 0.33
HSL 41.2º 0.33% 0.51% -
HSV(B) 41.2º 0.48% 0.67% -
XYZ 29.1 30.05 13.72 -
YUV 147.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 172 146 89 0 0.15 0.48 0.33 41.2 0.33 0.51
Hex AC 92 59 0 F 30 21 29 21 33
Octal 254 222 131 0 17 60 41 51 41 63
Binary 10101100 10010010 1011001 0 1111 110000 100001 101001 100001 110011

Color Harmonies of #AC9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9259

Black with #AC9259

Text Example


Text Example

White with #AC9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9259; }

 p { color: rgb(172,146,89); }

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

background-color css

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

 a { background-color: rgb(172,146,89); }

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

border-color css

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

 span { border-color: rgb(172,146,89); }

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