Html Css Color HEX #AC945F Barley Corn

📋 copy color: '#AC945F'

red 172 ◦ green 148 ◦ blue 95

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

Shades of Barley Corn #AC945F

Tints of Barley Corn #AC945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.89%

R = 41.45%
G = 35.66%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC945F (or 0xAC945F) is known color: Barley Corn. HEX triplet: AC, 94 and 5F. RGB value is (172,148,95). Sum of RGB (Red+Green+Blue) = 172+148+95=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC945F is #536BA0. Grayscale: #959595. Windows color (decimal): -5467041 or 6263980. OLE color: 6263980.

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

Color convert

RGB 172 148 95 -
CMYK 0 0.14 0.45 0.33
HSL 41.3º 0.32% 0.52% -
HSV(B) 41.3º 0.45% 0.67% -
XYZ 29.67 30.78 15.2 -
YUV 149.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 172 148 95 0 0.14 0.45 0.33 41.3 0.32 0.52
Hex AC 94 5F 0 E 2D 21 29 20 34
Octal 254 224 137 0 16 55 41 51 40 64
Binary 10101100 10010100 1011111 0 1110 101101 100001 101001 100000 110100

Color Harmonies of #AC945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC945F

Black with #AC945F

Text Example


Text Example

White with #AC945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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