Html Css Color HEX #A89160 Barley Corn

📋 copy color: '#A89160'

red 168 ◦ green 145 ◦ blue 96

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

Shades of Barley Corn #A89160

Tints of Barley Corn #A89160

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 41.08%
G = 35.45%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A89160 (or 0xA89160) is known color: Barley Corn. HEX triplet: A8, 91 and 60. RGB value is (168,145,96). Sum of RGB (Red+Green+Blue) = 168+145+96=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A89160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89160 is #576E9F. Grayscale: #929292. Windows color (decimal): -5729952 or 6328744. OLE color: 6328744.

HSL color Cylindrical-coordinate representation of color #A89160: hue angle of 40.83º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A89160 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 145 96 -
CMYK 0 0.14 0.43 0.34
HSL 40.83º 0.29% 0.52% -
HSV(B) 40.83º 0.43% 0.66% -
XYZ 28.39 29.42 15.25 -
YUV 146.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 168 145 96 0 0.14 0.43 0.34 40.83 0.29 0.52
Hex A8 91 60 0 E 2B 22 29 1D 34
Octal 250 221 140 0 16 53 42 51 35 64
Binary 10101000 10010001 1100000 0 1110 101011 100010 101001 11101 110100

Color Harmonies of #A89160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89160

Black with #A89160

Text Example


Text Example

White with #A89160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89160; }

 p { color: rgb(168,145,96); }

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

background-color css

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

 a { background-color: rgb(168,145,96); }

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

border-color css

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

 span { border-color: rgb(168,145,96); }

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