Html Css Color HEX #AC9768 Barley Corn

📋 copy color: '#AC9768'

red 172 ◦ green 151 ◦ blue 104

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

Shades of Barley Corn #AC9768

Tints of Barley Corn #AC9768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

 BLUE value IS 104 (41.02% from 255) = 24.36%

R = 40.28%
G = 35.36%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC9768 (or 0xAC9768) is known color: Barley Corn. HEX triplet: AC, 97 and 68. RGB value is (172,151,104). Sum of RGB (Red+Green+Blue) = 172+151+104=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9768 is #536897. Grayscale: #989898. Windows color (decimal): -5466264 or 6854572. OLE color: 6854572.

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

Color convert

RGB 172 151 104 -
CMYK 0 0.12 0.40 0.33
HSL 41.47º 0.29% 0.54% -
HSV(B) 41.47º 0.4% 0.67% -
XYZ 30.58 31.9 17.64 -
YUV 151.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 172 151 104 0 0.12 0.40 0.33 41.47 0.29 0.54
Hex AC 97 68 0 C 28 21 29 1D 36
Octal 254 227 150 0 14 50 41 51 35 66
Binary 10101100 10010111 1101000 0 1100 101000 100001 101001 11101 110110

Color Harmonies of #AC9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9768

Black with #AC9768

Text Example


Text Example

White with #AC9768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9768; }

 p { color: rgb(172,151,104); }

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

background-color css

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

 a { background-color: rgb(172,151,104); }

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

border-color css

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

 span { border-color: rgb(172,151,104); }

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