Html Css Color HEX #AC8F5C Barley Corn

📋 copy color: '#AC8F5C'

red 172 ◦ green 143 ◦ blue 92

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

Shades of Barley Corn #AC8F5C

Tints of Barley Corn #AC8F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.6%

R = 42.26%
G = 35.14%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC8F5C (or 0xAC8F5C) is known color: Barley Corn. HEX triplet: AC, 8F and 5C. RGB value is (172,143,92). Sum of RGB (Red+Green+Blue) = 172+143+92=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F5C is #5370A3. Grayscale: #929292. Windows color (decimal): -5468324 or 6066092. OLE color: 6066092.

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

Color convert

RGB 172 143 92 -
CMYK 0 0.17 0.47 0.33
HSL 38.25º 0.33% 0.52% -
HSV(B) 38.25º 0.47% 0.67% -
XYZ 28.77 29.19 14.24 -
YUV 145.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 172 143 92 0 0.17 0.47 0.33 38.25 0.33 0.52
Hex AC 8F 5C 0 11 2F 21 26 21 34
Octal 254 217 134 0 21 57 41 46 41 64
Binary 10101100 10001111 1011100 0 10001 101111 100001 100110 100001 110100

Color Harmonies of #AC8F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F5C

Black with #AC8F5C

Text Example


Text Example

White with #AC8F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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