Html Css Color HEX #AC975D Barley Corn

📋 copy color: '#AC975D'

red 172 ◦ green 151 ◦ blue 93

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

Shades of Barley Corn #AC975D

Tints of Barley Corn #AC975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 41.35%
G = 36.3%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC975D (or 0xAC975D) is known color: Barley Corn. HEX triplet: AC, 97 and 5D. RGB value is (172,151,93). Sum of RGB (Red+Green+Blue) = 172+151+93=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC975D is #5368A2. Grayscale: #969696. Windows color (decimal): -5466275 or 6133676. OLE color: 6133676.

HSL color Cylindrical-coordinate representation of color #AC975D: hue angle of 44.05º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC975D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 93 -
CMYK 0 0.12 0.46 0.33
HSL 44.05º 0.32% 0.52% -
HSV(B) 44.05º 0.46% 0.67% -
XYZ 30.06 31.69 14.89 -
YUV 150.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 172 151 93 0 0.12 0.46 0.33 44.05 0.32 0.52
Hex AC 97 5D 0 C 2E 21 2C 20 34
Octal 254 227 135 0 14 56 41 54 40 64
Binary 10101100 10010111 1011101 0 1100 101110 100001 101100 100000 110100

Color Harmonies of #AC975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC975D

Black with #AC975D

Text Example


Text Example

White with #AC975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC975D; }

 p { color: rgb(172,151,93); }

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

background-color css

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

 a { background-color: rgb(172,151,93); }

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

border-color css

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

 span { border-color: rgb(172,151,93); }

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