Html Css Color HEX #AC9667 Barley Corn

📋 copy color: '#AC9667'

red 172 ◦ green 150 ◦ blue 103

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

Shades of Barley Corn #AC9667

Tints of Barley Corn #AC9667

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

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

R = 40.47%
G = 35.29%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC9667 (or 0xAC9667) is known color: Barley Corn. HEX triplet: AC, 96 and 67. RGB value is (172,150,103). Sum of RGB (Red+Green+Blue) = 172+150+103=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9667 is #536998. Grayscale: #979797. Windows color (decimal): -5466521 or 6788780. OLE color: 6788780.

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

Color convert

RGB 172 150 103 -
CMYK 0 0.13 0.40 0.33
HSL 40.87º 0.29% 0.54% -
HSV(B) 40.87º 0.4% 0.67% -
XYZ 30.37 31.56 17.32 -
YUV 151.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 172 150 103 0 0.13 0.40 0.33 40.87 0.29 0.54
Hex AC 96 67 0 D 28 21 29 1D 36
Octal 254 226 147 0 15 50 41 51 35 66
Binary 10101100 10010110 1100111 0 1101 101000 100001 101001 11101 110110

Color Harmonies of #AC9667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9667

Black with #AC9667

Text Example


Text Example

White with #AC9667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9667; }

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

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

background-color css

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

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

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

border-color css

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

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

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