Html Css Color HEX #AC985E Barley Corn

📋 copy color: '#AC985E'

red 172 ◦ green 152 ◦ blue 94

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

Shades of Barley Corn #AC985E

Tints of Barley Corn #AC985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 41.15%
G = 36.36%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC985E (or 0xAC985E) is known color: Barley Corn. HEX triplet: AC, 98 and 5E. RGB value is (172,152,94). Sum of RGB (Red+Green+Blue) = 172+152+94=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC985E is #5367A1. Grayscale: #979797. Windows color (decimal): -5466018 or 6199468. OLE color: 6199468.

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

Color convert

RGB 172 152 94 -
CMYK 0 0.12 0.45 0.33
HSL 44.62º 0.32% 0.52% -
HSV(B) 44.62º 0.45% 0.67% -
XYZ 30.26 32.04 15.18 -
YUV 151.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 172 152 94 0 0.12 0.45 0.33 44.62 0.32 0.52
Hex AC 98 5E 0 C 2D 21 2D 20 34
Octal 254 230 136 0 14 55 41 55 40 64
Binary 10101100 10011000 1011110 0 1100 101101 100001 101101 100000 110100

Color Harmonies of #AC985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC985E

Black with #AC985E

Text Example


Text Example

White with #AC985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC985E; }

 p { color: rgb(172,152,94); }

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

background-color css

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

 a { background-color: rgb(172,152,94); }

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

border-color css

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

 span { border-color: rgb(172,152,94); }

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