Html Css Color HEX #AC9467 Barley Corn

📋 copy color: '#AC9467'

red 172 ◦ green 148 ◦ blue 103

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

Shades of Barley Corn #AC9467

Tints of Barley Corn #AC9467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.35%

R = 40.66%
G = 34.99%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC9467 (or 0xAC9467) is known color: Barley Corn. HEX triplet: AC, 94 and 67. RGB value is (172,148,103). Sum of RGB (Red+Green+Blue) = 172+148+103=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9467 is #536B98. Grayscale: #969696. Windows color (decimal): -5467033 or 6788268. OLE color: 6788268.

HSL color Cylindrical-coordinate representation of color #AC9467: hue angle of 39.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC9467 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 103 -
CMYK 0 0.14 0.40 0.33
HSL 39.13º 0.29% 0.54% -
HSV(B) 39.13º 0.4% 0.67% -
XYZ 30.05 30.93 17.22 -
YUV 150.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 172 148 103 0 0.14 0.40 0.33 39.13 0.29 0.54
Hex AC 94 67 0 E 28 21 27 1D 36
Octal 254 224 147 0 16 50 41 47 35 66
Binary 10101100 10010100 1100111 0 1110 101000 100001 100111 11101 110110

Color Harmonies of #AC9467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9467

Black with #AC9467

Text Example


Text Example

White with #AC9467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9467; }

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

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

background-color css

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

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

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

border-color css

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

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

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