Html Css Color HEX #AC8F62 Barley Corn

📋 copy color: '#AC8F62'

red 172 ◦ green 143 ◦ blue 98

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

Shades of Barley Corn #AC8F62

Tints of Barley Corn #AC8F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

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

R = 41.65%
G = 34.62%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC8F62 (or 0xAC8F62) is known color: Barley Corn. HEX triplet: AC, 8F and 62. RGB value is (172,143,98). Sum of RGB (Red+Green+Blue) = 172+143+98=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F62 is #53709D. Grayscale: #929292. Windows color (decimal): -5468318 or 6459308. OLE color: 6459308.

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

Color convert

RGB 172 143 98 -
CMYK 0 0.17 0.43 0.33
HSL 36.49º 0.31% 0.53% -
HSV(B) 36.49º 0.43% 0.67% -
XYZ 29.04 29.3 15.68 -
YUV 146.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 172 143 98 0 0.17 0.43 0.33 36.49 0.31 0.53
Hex AC 8F 62 0 11 2B 21 24 1F 35
Octal 254 217 142 0 21 53 41 44 37 65
Binary 10101100 10001111 1100010 0 10001 101011 100001 100100 11111 110101

Color Harmonies of #AC8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F62

Black with #AC8F62

Text Example


Text Example

White with #AC8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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