Html Css Color HEX #AC9567 Barley Corn

📋 copy color: '#AC9567'

red 172 ◦ green 149 ◦ blue 103

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

Shades of Barley Corn #AC9567

Tints of Barley Corn #AC9567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 40.57%
G = 35.14%
B = 24.29%

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

#AC9567 (or 0xAC9567) is known color: Barley Corn. HEX triplet: AC, 95 and 67. RGB value is (172,149,103). Sum of RGB (Red+Green+Blue) = 172+149+103=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9567 is #536A98. Grayscale: #969696. Windows color (decimal): -5466777 or 6788524. OLE color: 6788524.

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

Color convert

RGB 172 149 103 -
CMYK 0 0.13 0.40 0.33
HSL 40º 0.29% 0.54% -
HSV(B) 40º 0.4% 0.67% -
XYZ 30.21 31.24 17.27 -
YUV 150.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 172 149 103 0 0.13 0.40 0.33 40 0.29 0.54
Hex AC 95 67 0 D 28 21 28 1D 36
Octal 254 225 147 0 15 50 41 50 35 66
Binary 10101100 10010101 1100111 0 1101 101000 100001 101000 11101 110110

Color Harmonies of #AC9567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9567

Black with #AC9567

Text Example


Text Example

White with #AC9567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9567; }

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

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

background-color css

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

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

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

border-color css

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

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

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