Html Css Color HEX #AC9665 Barley Corn

📋 copy color: '#AC9665'

red 172 ◦ green 150 ◦ blue 101

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

Shades of Barley Corn #AC9665

Tints of Barley Corn #AC9665

RGB

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

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

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

R = 40.66%
G = 35.46%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC9665 (or 0xAC9665) is known color: Barley Corn. HEX triplet: AC, 96 and 65. RGB value is (172,150,101). Sum of RGB (Red+Green+Blue) = 172+150+101=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9665 is #53699A. Grayscale: #979797. Windows color (decimal): -5466523 or 6657708. OLE color: 6657708.

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

Color convert

RGB 172 150 101 -
CMYK 0 0.13 0.41 0.33
HSL 41.41º 0.3% 0.54% -
HSV(B) 41.41º 0.41% 0.67% -
XYZ 30.27 31.52 16.8 -
YUV 150.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 172 150 101 0 0.13 0.41 0.33 41.41 0.3 0.54
Hex AC 96 65 0 D 29 21 29 1E 36
Octal 254 226 145 0 15 51 41 51 36 66
Binary 10101100 10010110 1100101 0 1101 101001 100001 101001 11110 110110

Color Harmonies of #AC9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9665

Black with #AC9665

Text Example


Text Example

White with #AC9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9665; }

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

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

background-color css

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

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

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

border-color css

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

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

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