Html Css Color HEX #AC975A Barley Corn

📋 copy color: '#AC975A'

red 172 ◦ green 151 ◦ blue 90

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

Shades of Barley Corn #AC975A

Tints of Barley Corn #AC975A

RGB

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

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

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

R = 41.65%
G = 36.56%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC975A (or 0xAC975A) is known color: Barley Corn. HEX triplet: AC, 97 and 5A. RGB value is (172,151,90). Sum of RGB (Red+Green+Blue) = 172+151+90=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC975A is #5368A5. Grayscale: #969696. Windows color (decimal): -5466278 or 5937068. OLE color: 5937068.

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

Color convert

RGB 172 151 90 -
CMYK 0 0.12 0.48 0.33
HSL 44.63º 0.33% 0.51% -
HSV(B) 44.63º 0.48% 0.67% -
XYZ 29.93 31.64 14.2 -
YUV 150.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 172 151 90 0 0.12 0.48 0.33 44.63 0.33 0.51
Hex AC 97 5A 0 C 30 21 2D 21 33
Octal 254 227 132 0 14 60 41 55 41 63
Binary 10101100 10010111 1011010 0 1100 110000 100001 101101 100001 110011

Color Harmonies of #AC975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC975A

Black with #AC975A

Text Example


Text Example

White with #AC975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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