Html Css Color HEX #AC9062 Barley Corn

📋 copy color: '#AC9062'

red 172 ◦ green 144 ◦ blue 98

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

Shades of Barley Corn #AC9062

Tints of Barley Corn #AC9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 41.55%
G = 34.78%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC9062 (or 0xAC9062) is known color: Barley Corn. HEX triplet: AC, 90 and 62. RGB value is (172,144,98). Sum of RGB (Red+Green+Blue) = 172+144+98=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9062 is #536F9D. Grayscale: #939393. Windows color (decimal): -5468062 or 6459564. OLE color: 6459564.

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

Color convert

RGB 172 144 98 -
CMYK 0 0.16 0.43 0.33
HSL 37.3º 0.31% 0.53% -
HSV(B) 37.3º 0.43% 0.67% -
XYZ 29.19 29.6 15.73 -
YUV 147.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 172 144 98 0 0.16 0.43 0.33 37.3 0.31 0.53
Hex AC 90 62 0 10 2B 21 25 1F 35
Octal 254 220 142 0 20 53 41 45 37 65
Binary 10101100 10010000 1100010 0 10000 101011 100001 100101 11111 110101

Color Harmonies of #AC9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9062

Black with #AC9062

Text Example


Text Example

White with #AC9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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