Html Css Color HEX #AC935C Barley Corn

📋 copy color: '#AC935C'

red 172 ◦ green 147 ◦ blue 92

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

Shades of Barley Corn #AC935C

Tints of Barley Corn #AC935C

RGB

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

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

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

R = 41.85%
G = 35.77%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC935C (or 0xAC935C) is known color: Barley Corn. HEX triplet: AC, 93 and 5C. RGB value is (172,147,92). Sum of RGB (Red+Green+Blue) = 172+147+92=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC935C is #536CA3. Grayscale: #949494. Windows color (decimal): -5467300 or 6067116. OLE color: 6067116.

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

Color convert

RGB 172 147 92 -
CMYK 0 0.15 0.47 0.33
HSL 41.25º 0.33% 0.52% -
HSV(B) 41.25º 0.47% 0.67% -
XYZ 29.38 30.41 14.45 -
YUV 148.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 172 147 92 0 0.15 0.47 0.33 41.25 0.33 0.52
Hex AC 93 5C 0 F 2F 21 29 21 34
Octal 254 223 134 0 17 57 41 51 41 64
Binary 10101100 10010011 1011100 0 1111 101111 100001 101001 100001 110100

Color Harmonies of #AC935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC935C

Black with #AC935C

Text Example


Text Example

White with #AC935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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