Html Css Color HEX #AC945C Barley Corn

📋 copy color: '#AC945C'

red 172 ◦ green 148 ◦ blue 92

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

Shades of Barley Corn #AC945C

Tints of Barley Corn #AC945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

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

R = 41.75%
G = 35.92%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC945C (or 0xAC945C) is known color: Barley Corn. HEX triplet: AC, 94 and 5C. RGB value is (172,148,92). Sum of RGB (Red+Green+Blue) = 172+148+92=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC945C is #536BA3. Grayscale: #959595. Windows color (decimal): -5467044 or 6067372. OLE color: 6067372.

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

Color convert

RGB 172 148 92 -
CMYK 0 0.14 0.47 0.33
HSL 42º 0.33% 0.52% -
HSV(B) 42º 0.47% 0.67% -
XYZ 29.53 30.72 14.5 -
YUV 148.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 172 148 92 0 0.14 0.47 0.33 42 0.33 0.52
Hex AC 94 5C 0 E 2F 21 2A 21 34
Octal 254 224 134 0 16 57 41 52 41 64
Binary 10101100 10010100 1011100 0 1110 101111 100001 101010 100001 110100

Color Harmonies of #AC945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC945C

Black with #AC945C

Text Example


Text Example

White with #AC945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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