Html Css Color HEX #AC935B Barley Corn

📋 copy color: '#AC935B'

red 172 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #AC935B

Tints of Barley Corn #AC935B

RGB

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

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

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

R = 41.95%
G = 35.85%
B = 22.2%

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

#AC935B (or 0xAC935B) is known color: Barley Corn. HEX triplet: AC, 93 and 5B. RGB value is (172,147,91). Sum of RGB (Red+Green+Blue) = 172+147+91=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC935B is #536CA4. Grayscale: #949494. Windows color (decimal): -5467301 or 6001580. OLE color: 6001580.

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

Color convert

RGB 172 147 91 -
CMYK 0 0.15 0.47 0.33
HSL 41.48º 0.33% 0.52% -
HSV(B) 41.48º 0.47% 0.67% -
XYZ 29.34 30.39 14.22 -
YUV 148.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 172 147 91 0 0.15 0.47 0.33 41.48 0.33 0.52
Hex AC 93 5B 0 F 2F 21 29 21 34
Octal 254 223 133 0 17 57 41 51 41 64
Binary 10101100 10010011 1011011 0 1111 101111 100001 101001 100001 110100

Color Harmonies of #AC935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC935B

Black with #AC935B

Text Example


Text Example

White with #AC935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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