Html Css Color HEX #AC905F Barley Corn

📋 copy color: '#AC905F'

red 172 ◦ green 144 ◦ blue 95

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

Shades of Barley Corn #AC905F

Tints of Barley Corn #AC905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 41.85%
G = 35.04%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC905F (or 0xAC905F) is known color: Barley Corn. HEX triplet: AC, 90 and 5F. RGB value is (172,144,95). Sum of RGB (Red+Green+Blue) = 172+144+95=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC905F is #536FA0. Grayscale: #939393. Windows color (decimal): -5468065 or 6262956. OLE color: 6262956.

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

Color convert

RGB 172 144 95 -
CMYK 0 0.16 0.45 0.33
HSL 38.18º 0.32% 0.52% -
HSV(B) 38.18º 0.45% 0.67% -
XYZ 29.05 29.54 15 -
YUV 146.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 172 144 95 0 0.16 0.45 0.33 38.18 0.32 0.52
Hex AC 90 5F 0 10 2D 21 26 20 34
Octal 254 220 137 0 20 55 41 46 40 64
Binary 10101100 10010000 1011111 0 10000 101101 100001 100110 100000 110100

Color Harmonies of #AC905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC905F

Black with #AC905F

Text Example


Text Example

White with #AC905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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