Html Css Color HEX #AC9A62 Barley Corn

📋 copy color: '#AC9A62'

red 172 ◦ green 154 ◦ blue 98

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

Shades of Barley Corn #AC9A62

Tints of Barley Corn #AC9A62

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

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

R = 40.57%
G = 36.32%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC9A62 (or 0xAC9A62) is known color: Barley Corn. HEX triplet: AC, 9A and 62. RGB value is (172,154,98). Sum of RGB (Red+Green+Blue) = 172+154+98=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A62 is #53659D. Grayscale: #999999. Windows color (decimal): -5465502 or 6462124. OLE color: 6462124.

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

Color convert

RGB 172 154 98 -
CMYK 0 0.10 0.43 0.33
HSL 45.41º 0.31% 0.53% -
HSV(B) 45.41º 0.43% 0.67% -
XYZ 30.77 32.76 16.26 -
YUV 153 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 172 154 98 0 0.10 0.43 0.33 45.41 0.31 0.53
Hex AC 9A 62 0 A 2B 21 2D 1F 35
Octal 254 232 142 0 12 53 41 55 37 65
Binary 10101100 10011010 1100010 0 1010 101011 100001 101101 11111 110101

Color Harmonies of #AC9A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A62

Black with #AC9A62

Text Example


Text Example

White with #AC9A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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