Html Css Color HEX #AC8F60 Barley Corn

📋 copy color: '#AC8F60'

red 172 ◦ green 143 ◦ blue 96

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

Shades of Barley Corn #AC8F60

Tints of Barley Corn #AC8F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 41.85%
G = 34.79%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC8F60 (or 0xAC8F60) is known color: Barley Corn. HEX triplet: AC, 8F and 60. RGB value is (172,143,96). Sum of RGB (Red+Green+Blue) = 172+143+96=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F60 is #53709F. Grayscale: #929292. Windows color (decimal): -5468320 or 6328236. OLE color: 6328236.

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

Color convert

RGB 172 143 96 -
CMYK 0 0.17 0.44 0.33
HSL 37.11º 0.31% 0.53% -
HSV(B) 37.11º 0.44% 0.67% -
XYZ 28.95 29.26 15.19 -
YUV 146.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 172 143 96 0 0.17 0.44 0.33 37.11 0.31 0.53
Hex AC 8F 60 0 11 2C 21 25 1F 35
Octal 254 217 140 0 21 54 41 45 37 65
Binary 10101100 10001111 1100000 0 10001 101100 100001 100101 11111 110101

Color Harmonies of #AC8F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F60

Black with #AC8F60

Text Example


Text Example

White with #AC8F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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