Html Css Color HEX #AC965C Barley Corn

📋 copy color: '#AC965C'

red 172 ◦ green 150 ◦ blue 92

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

Shades of Barley Corn #AC965C

Tints of Barley Corn #AC965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 41.55%
G = 36.23%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC965C (or 0xAC965C) is known color: Barley Corn. HEX triplet: AC, 96 and 5C. RGB value is (172,150,92). Sum of RGB (Red+Green+Blue) = 172+150+92=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC965C is #5369A3. Grayscale: #969696. Windows color (decimal): -5466532 or 6067884. OLE color: 6067884.

HSL color Cylindrical-coordinate representation of color #AC965C: hue angle of 43.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC965C is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 92 -
CMYK 0 0.13 0.47 0.33
HSL 43.5º 0.33% 0.52% -
HSV(B) 43.5º 0.47% 0.67% -
XYZ 29.85 31.36 14.6 -
YUV 149.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 172 150 92 0 0.13 0.47 0.33 43.5 0.33 0.52
Hex AC 96 5C 0 D 2F 21 2C 21 34
Octal 254 226 134 0 15 57 41 54 41 64
Binary 10101100 10010110 1011100 0 1101 101111 100001 101100 100001 110100

Color Harmonies of #AC965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC965C

Black with #AC965C

Text Example


Text Example

White with #AC965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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