Html Css Color HEX #AC995C Barley Corn

📋 copy color: '#AC995C'

red 172 ◦ green 153 ◦ blue 92

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

Shades of Barley Corn #AC995C

Tints of Barley Corn #AC995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

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

R = 41.25%
G = 36.69%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC995C (or 0xAC995C) is known color: Barley Corn. HEX triplet: AC, 99 and 5C. RGB value is (172,153,92). Sum of RGB (Red+Green+Blue) = 172+153+92=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC995C is #5366A3. Grayscale: #979797. Windows color (decimal): -5465764 or 6068652. OLE color: 6068652.

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

Color convert

RGB 172 153 92 -
CMYK 0 0.11 0.47 0.33
HSL 45.75º 0.33% 0.52% -
HSV(B) 45.75º 0.47% 0.67% -
XYZ 30.34 32.33 14.77 -
YUV 151.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 172 153 92 0 0.11 0.47 0.33 45.75 0.33 0.52
Hex AC 99 5C 0 B 2F 21 2E 21 34
Octal 254 231 134 0 13 57 41 56 41 64
Binary 10101100 10011001 1011100 0 1011 101111 100001 101110 100001 110100

Color Harmonies of #AC995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC995C

Black with #AC995C

Text Example


Text Example

White with #AC995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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