Html Css Color HEX #AC9266 Barley Corn

📋 copy color: '#AC9266'

red 172 ◦ green 146 ◦ blue 102

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

Shades of Barley Corn #AC9266

Tints of Barley Corn #AC9266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 40.95%
G = 34.76%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9266 (or 0xAC9266) is known color: Barley Corn. HEX triplet: AC, 92 and 66. RGB value is (172,146,102). Sum of RGB (Red+Green+Blue) = 172+146+102=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9266 is #536D99. Grayscale: #949494. Windows color (decimal): -5467546 or 6722220. OLE color: 6722220.

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

Color convert

RGB 172 146 102 -
CMYK 0 0.15 0.41 0.33
HSL 37.71º 0.3% 0.54% -
HSV(B) 37.71º 0.41% 0.67% -
XYZ 29.69 30.29 16.85 -
YUV 148.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 172 146 102 0 0.15 0.41 0.33 37.71 0.3 0.54
Hex AC 92 66 0 F 29 21 26 1E 36
Octal 254 222 146 0 17 51 41 46 36 66
Binary 10101100 10010010 1100110 0 1111 101001 100001 100110 11110 110110

Color Harmonies of #AC9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9266

Black with #AC9266

Text Example


Text Example

White with #AC9266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9266; }

 p { color: rgb(172,146,102); }

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

background-color css

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

 a { background-color: rgb(172,146,102); }

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

border-color css

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

 span { border-color: rgb(172,146,102); }

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