Html Css Color HEX #AC9065 Barley Corn

📋 copy color: '#AC9065'

red 172 ◦ green 144 ◦ blue 101

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

Shades of Barley Corn #AC9065

Tints of Barley Corn #AC9065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 41.25%
G = 34.53%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9065 (or 0xAC9065) is known color: Barley Corn. HEX triplet: AC, 90 and 65. RGB value is (172,144,101). Sum of RGB (Red+Green+Blue) = 172+144+101=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9065 is #536F9A. Grayscale: #939393. Windows color (decimal): -5468059 or 6656172. OLE color: 6656172.

HSL color Cylindrical-coordinate representation of color #AC9065: hue angle of 36.34º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC9065 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 101 -
CMYK 0 0.16 0.41 0.33
HSL 36.34º 0.3% 0.54% -
HSV(B) 36.34º 0.41% 0.67% -
XYZ 29.34 29.66 16.49 -
YUV 147.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 172 144 101 0 0.16 0.41 0.33 36.34 0.3 0.54
Hex AC 90 65 0 10 29 21 24 1E 36
Octal 254 220 145 0 20 51 41 44 36 66
Binary 10101100 10010000 1100101 0 10000 101001 100001 100100 11110 110110

Color Harmonies of #AC9065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9065

Black with #AC9065

Text Example


Text Example

White with #AC9065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9065; }

 p { color: rgb(172,144,101); }

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

background-color css

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

 a { background-color: rgb(172,144,101); }

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

border-color css

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

 span { border-color: rgb(172,144,101); }

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