Html Css Color HEX #A89A60 Barley Corn

📋 copy color: '#A89A60'

red 168 ◦ green 154 ◦ blue 96

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

Shades of Barley Corn #A89A60

Tints of Barley Corn #A89A60

RGB

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

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

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

R = 40.19%
G = 36.84%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A89A60 (or 0xA89A60) is known color: Barley Corn. HEX triplet: A8, 9A and 60. RGB value is (168,154,96). Sum of RGB (Red+Green+Blue) = 168+154+96=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A60 is #57659F. Grayscale: #979797. Windows color (decimal): -5727648 or 6331048. OLE color: 6331048.

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

Color convert

RGB 168 154 96 -
CMYK 0 0.08 0.43 0.34
HSL 48.33º 0.29% 0.52% -
HSV(B) 48.33º 0.43% 0.66% -
XYZ 29.82 32.28 15.73 -
YUV 151.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 168 154 96 0 0.08 0.43 0.34 48.33 0.29 0.52
Hex A8 9A 60 0 8 2B 22 30 1D 34
Octal 250 232 140 0 10 53 42 60 35 64
Binary 10101000 10011010 1100000 0 1000 101011 100010 110000 11101 110100

Color Harmonies of #A89A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89A60

Black with #A89A60

Text Example


Text Example

White with #A89A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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