Html Css Color HEX #AC9465 Barley Corn

📋 copy color: '#AC9465'

red 172 ◦ green 148 ◦ blue 101

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

Shades of Barley Corn #AC9465

Tints of Barley Corn #AC9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 40.86%
G = 35.15%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9465 (or 0xAC9465) is known color: Barley Corn. HEX triplet: AC, 94 and 65. RGB value is (172,148,101). Sum of RGB (Red+Green+Blue) = 172+148+101=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9465 is #536B9A. Grayscale: #969696. Windows color (decimal): -5467035 or 6657196. OLE color: 6657196.

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

Color convert

RGB 172 148 101 -
CMYK 0 0.14 0.41 0.33
HSL 39.72º 0.3% 0.54% -
HSV(B) 39.72º 0.41% 0.67% -
XYZ 29.95 30.89 16.7 -
YUV 149.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 172 148 101 0 0.14 0.41 0.33 39.72 0.3 0.54
Hex AC 94 65 0 E 29 21 28 1E 36
Octal 254 224 145 0 16 51 41 50 36 66
Binary 10101100 10010100 1100101 0 1110 101001 100001 101000 11110 110110

Color Harmonies of #AC9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9465

Black with #AC9465

Text Example


Text Example

White with #AC9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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