Html Css Color HEX #AC935E Barley Corn

📋 copy color: '#AC935E'

red 172 ◦ green 147 ◦ blue 94

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

Shades of Barley Corn #AC935E

Tints of Barley Corn #AC935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 41.65%
G = 35.59%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC935E (or 0xAC935E) is known color: Barley Corn. HEX triplet: AC, 93 and 5E. RGB value is (172,147,94). Sum of RGB (Red+Green+Blue) = 172+147+94=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC935E is #536CA1. Grayscale: #949494. Windows color (decimal): -5467298 or 6198188. OLE color: 6198188.

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

Color convert

RGB 172 147 94 -
CMYK 0 0.15 0.45 0.33
HSL 40.77º 0.32% 0.52% -
HSV(B) 40.77º 0.45% 0.67% -
XYZ 29.47 30.45 14.91 -
YUV 148.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 172 147 94 0 0.15 0.45 0.33 40.77 0.32 0.52
Hex AC 93 5E 0 F 2D 21 29 20 34
Octal 254 223 136 0 17 55 41 51 40 64
Binary 10101100 10010011 1011110 0 1111 101101 100001 101001 100000 110100

Color Harmonies of #AC935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC935E

Black with #AC935E

Text Example


Text Example

White with #AC935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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