Html Css Color HEX #AC8F5F Barley Corn

📋 copy color: '#AC8F5F'

red 172 ◦ green 143 ◦ blue 95

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

Shades of Barley Corn #AC8F5F

Tints of Barley Corn #AC8F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 41.95%
G = 34.88%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC8F5F (or 0xAC8F5F) is known color: Barley Corn. HEX triplet: AC, 8F and 5F. RGB value is (172,143,95). Sum of RGB (Red+Green+Blue) = 172+143+95=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F5F is #5370A0. Grayscale: #929292. Windows color (decimal): -5468321 or 6262700. OLE color: 6262700.

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

Color convert

RGB 172 143 95 -
CMYK 0 0.17 0.45 0.33
HSL 37.4º 0.32% 0.52% -
HSV(B) 37.4º 0.45% 0.67% -
XYZ 28.9 29.24 14.95 -
YUV 146.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 172 143 95 0 0.17 0.45 0.33 37.4 0.32 0.52
Hex AC 8F 5F 0 11 2D 21 25 20 34
Octal 254 217 137 0 21 55 41 45 40 64
Binary 10101100 10001111 1011111 0 10001 101101 100001 100101 100000 110100

Color Harmonies of #AC8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F5F

Black with #AC8F5F

Text Example


Text Example

White with #AC8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F5F; }

 p { color: rgb(172,143,95); }

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

background-color css

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

 a { background-color: rgb(172,143,95); }

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

border-color css

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

 span { border-color: rgb(172,143,95); }

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