Html Css Color HEX #AC925B Barley Corn

📋 copy color: '#AC925B'

red 172 ◦ green 146 ◦ blue 91

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

Shades of Barley Corn #AC925B

Tints of Barley Corn #AC925B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 42.05%
G = 35.7%
B = 22.25%

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

#AC925B (or 0xAC925B) is known color: Barley Corn. HEX triplet: AC, 92 and 5B. RGB value is (172,146,91). Sum of RGB (Red+Green+Blue) = 172+146+91=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC925B is #536DA4. Grayscale: #939393. Windows color (decimal): -5467557 or 6001324. OLE color: 6001324.

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

Color convert

RGB 172 146 91 -
CMYK 0 0.15 0.47 0.33
HSL 40.74º 0.33% 0.52% -
HSV(B) 40.74º 0.47% 0.67% -
XYZ 29.18 30.08 14.17 -
YUV 147.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 172 146 91 0 0.15 0.47 0.33 40.74 0.33 0.52
Hex AC 92 5B 0 F 2F 21 29 21 34
Octal 254 222 133 0 17 57 41 51 41 64
Binary 10101100 10010010 1011011 0 1111 101111 100001 101001 100001 110100

Color Harmonies of #AC925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC925B

Black with #AC925B

Text Example


Text Example

White with #AC925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC925B; }

 p { color: rgb(172,146,91); }

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

background-color css

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

 a { background-color: rgb(172,146,91); }

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

border-color css

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

 span { border-color: rgb(172,146,91); }

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