Html Css Color HEX #AC9165 Barley Corn

📋 copy color: '#AC9165'

red 172 ◦ green 145 ◦ blue 101

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

Shades of Barley Corn #AC9165

Tints of Barley Corn #AC9165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

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

R = 41.15%
G = 34.69%
B = 24.16%

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

#AC9165 (or 0xAC9165) is known color: Barley Corn. HEX triplet: AC, 91 and 65. RGB value is (172,145,101). Sum of RGB (Red+Green+Blue) = 172+145+101=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9165 is #536E9A. Grayscale: #949494. Windows color (decimal): -5467803 or 6656428. OLE color: 6656428.

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

Color convert

RGB 172 145 101 -
CMYK 0 0.16 0.41 0.33
HSL 37.18º 0.3% 0.54% -
HSV(B) 37.18º 0.41% 0.67% -
XYZ 29.49 29.96 16.54 -
YUV 148.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 172 145 101 0 0.16 0.41 0.33 37.18 0.3 0.54
Hex AC 91 65 0 10 29 21 25 1E 36
Octal 254 221 145 0 20 51 41 45 36 66
Binary 10101100 10010001 1100101 0 10000 101001 100001 100101 11110 110110

Color Harmonies of #AC9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9165

Black with #AC9165

Text Example


Text Example

White with #AC9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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