Html Css Color HEX #AC935A Barley Corn

📋 copy color: '#AC935A'

red 172 ◦ green 147 ◦ blue 90

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

Shades of Barley Corn #AC935A

Tints of Barley Corn #AC935A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22%

R = 42.05%
G = 35.94%
B = 22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC935A (or 0xAC935A) is known color: Barley Corn. HEX triplet: AC, 93 and 5A. RGB value is (172,147,90). Sum of RGB (Red+Green+Blue) = 172+147+90=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC935A is #536CA5. Grayscale: #949494. Windows color (decimal): -5467302 or 5936044. OLE color: 5936044.

HSL color Cylindrical-coordinate representation of color #AC935A: hue angle of 41.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC935A is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 147 90 -
CMYK 0 0.15 0.48 0.33
HSL 41.71º 0.33% 0.51% -
HSV(B) 41.71º 0.48% 0.67% -
XYZ 29.29 30.38 13.99 -
YUV 147.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 172 147 90 0 0.15 0.48 0.33 41.71 0.33 0.51
Hex AC 93 5A 0 F 30 21 2A 21 33
Octal 254 223 132 0 17 60 41 52 41 63
Binary 10101100 10010011 1011010 0 1111 110000 100001 101010 100001 110011

Color Harmonies of #AC935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC935A

Black with #AC935A

Text Example


Text Example

White with #AC935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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