Html Css Color HEX #AC955C Barley Corn

📋 copy color: '#AC955C'

red 172 ◦ green 149 ◦ blue 92

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

Shades of Barley Corn #AC955C

Tints of Barley Corn #AC955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

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

R = 41.65%
G = 36.08%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC955C (or 0xAC955C) is known color: Barley Corn. HEX triplet: AC, 95 and 5C. RGB value is (172,149,92). Sum of RGB (Red+Green+Blue) = 172+149+92=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC955C is #536AA3. Grayscale: #959595. Windows color (decimal): -5466788 or 6067628. OLE color: 6067628.

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

Color convert

RGB 172 149 92 -
CMYK 0 0.13 0.47 0.33
HSL 42.75º 0.33% 0.52% -
HSV(B) 42.75º 0.47% 0.67% -
XYZ 29.69 31.04 14.55 -
YUV 149.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 172 149 92 0 0.13 0.47 0.33 42.75 0.33 0.52
Hex AC 95 5C 0 D 2F 21 2B 21 34
Octal 254 225 134 0 15 57 41 53 41 64
Binary 10101100 10010101 1011100 0 1101 101111 100001 101011 100001 110100

Color Harmonies of #AC955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC955C

Black with #AC955C

Text Example


Text Example

White with #AC955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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