Html Css Color HEX #AC8D62 Barley Corn

📋 copy color: '#AC8D62'

red 172 ◦ green 141 ◦ blue 98

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

Shades of Barley Corn #AC8D62

Tints of Barley Corn #AC8D62

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 41.85%
G = 34.31%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC8D62 (or 0xAC8D62) is known color: Barley Corn. HEX triplet: AC, 8D and 62. RGB value is (172,141,98). Sum of RGB (Red+Green+Blue) = 172+141+98=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D62 is #53729D. Grayscale: #919191. Windows color (decimal): -5468830 or 6458796. OLE color: 6458796.

HSL color Cylindrical-coordinate representation of color #AC8D62: hue angle of 34.86º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8D62 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 98 -
CMYK 0 0.18 0.43 0.33
HSL 34.86º 0.31% 0.53% -
HSV(B) 34.86º 0.43% 0.67% -
XYZ 28.74 28.7 15.58 -
YUV 145.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 172 141 98 0 0.18 0.43 0.33 34.86 0.31 0.53
Hex AC 8D 62 0 12 2B 21 23 1F 35
Octal 254 215 142 0 22 53 41 43 37 65
Binary 10101100 10001101 1100010 0 10010 101011 100001 100011 11111 110101

Color Harmonies of #AC8D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D62

Black with #AC8D62

Text Example


Text Example

White with #AC8D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D62; }

 p { color: rgb(172,141,98); }

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

background-color css

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

 a { background-color: rgb(172,141,98); }

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

border-color css

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

 span { border-color: rgb(172,141,98); }

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