Html Css Color HEX #AC985D Barley Corn

📋 copy color: '#AC985D'

red 172 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #AC985D

Tints of Barley Corn #AC985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 41.25%
G = 36.45%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC985D (or 0xAC985D) is known color: Barley Corn. HEX triplet: AC, 98 and 5D. RGB value is (172,152,93). Sum of RGB (Red+Green+Blue) = 172+152+93=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC985D is #5367A2. Grayscale: #979797. Windows color (decimal): -5466019 or 6133932. OLE color: 6133932.

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

Color convert

RGB 172 152 93 -
CMYK 0 0.12 0.46 0.33
HSL 44.81º 0.32% 0.52% -
HSV(B) 44.81º 0.46% 0.67% -
XYZ 30.22 32.02 14.94 -
YUV 151.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 172 152 93 0 0.12 0.46 0.33 44.81 0.32 0.52
Hex AC 98 5D 0 C 2E 21 2D 20 34
Octal 254 230 135 0 14 56 41 55 40 64
Binary 10101100 10011000 1011101 0 1100 101110 100001 101101 100000 110100

Color Harmonies of #AC985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC985D

Black with #AC985D

Text Example


Text Example

White with #AC985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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