Html Css Color HEX #AC9458 Barley Corn

📋 copy color: '#AC9458'

red 172 ◦ green 148 ◦ blue 88

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

Shades of Barley Corn #AC9458

Tints of Barley Corn #AC9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

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

R = 42.16%
G = 36.27%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9458 (or 0xAC9458) is known color: Barley Corn. HEX triplet: AC, 94 and 58. RGB value is (172,148,88). Sum of RGB (Red+Green+Blue) = 172+148+88=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9458 is #536BA7. Grayscale: #949494. Windows color (decimal): -5467048 or 5805228. OLE color: 5805228.

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

Color convert

RGB 172 148 88 -
CMYK 0 0.14 0.49 0.33
HSL 42.86º 0.34% 0.51% -
HSV(B) 42.86º 0.49% 0.67% -
XYZ 29.36 30.66 13.6 -
YUV 148.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 172 148 88 0 0.14 0.49 0.33 42.86 0.34 0.51
Hex AC 94 58 0 E 31 21 2B 22 33
Octal 254 224 130 0 16 61 41 53 42 63
Binary 10101100 10010100 1011000 0 1110 110001 100001 101011 100010 110011

Color Harmonies of #AC9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9458

Black with #AC9458

Text Example


Text Example

White with #AC9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9458; }

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

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

background-color css

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

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

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

border-color css

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

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

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