Html Css Color HEX #AC975C Barley Corn

📋 copy color: '#AC975C'

red 172 ◦ green 151 ◦ blue 92

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

Shades of Barley Corn #AC975C

Tints of Barley Corn #AC975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 41.45%
G = 36.39%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC975C (or 0xAC975C) is known color: Barley Corn. HEX triplet: AC, 97 and 5C. RGB value is (172,151,92). Sum of RGB (Red+Green+Blue) = 172+151+92=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC975C is #5368A3. Grayscale: #969696. Windows color (decimal): -5466276 or 6068140. OLE color: 6068140.

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

Color convert

RGB 172 151 92 -
CMYK 0 0.12 0.47 0.33
HSL 44.25º 0.33% 0.52% -
HSV(B) 44.25º 0.47% 0.67% -
XYZ 30.01 31.68 14.66 -
YUV 150.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 172 151 92 0 0.12 0.47 0.33 44.25 0.33 0.52
Hex AC 97 5C 0 C 2F 21 2C 21 34
Octal 254 227 134 0 14 57 41 54 41 64
Binary 10101100 10010111 1011100 0 1100 101111 100001 101100 100001 110100

Color Harmonies of #AC975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC975C

Black with #AC975C

Text Example


Text Example

White with #AC975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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