Html Css Color HEX #A89063 Barley Corn

📋 copy color: '#A89063'

red 168 ◦ green 144 ◦ blue 99

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

Shades of Barley Corn #A89063

Tints of Barley Corn #A89063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.09%

R = 40.88%
G = 35.04%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A89063 (or 0xA89063) is known color: Barley Corn. HEX triplet: A8, 90 and 63. RGB value is (168,144,99). Sum of RGB (Red+Green+Blue) = 168+144+99=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A89063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89063 is #576F9C. Grayscale: #929292. Windows color (decimal): -5730205 or 6525096. OLE color: 6525096.

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

Color convert

RGB 168 144 99 -
CMYK 0 0.14 0.41 0.34
HSL 39.13º 0.28% 0.52% -
HSV(B) 39.13º 0.41% 0.66% -
XYZ 28.37 29.17 15.94 -
YUV 146.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 168 144 99 0 0.14 0.41 0.34 39.13 0.28 0.52
Hex A8 90 63 0 E 29 22 27 1C 34
Octal 250 220 143 0 16 51 42 47 34 64
Binary 10101000 10010000 1100011 0 1110 101001 100010 100111 11100 110100

Color Harmonies of #A89063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89063

Black with #A89063

Text Example


Text Example

White with #A89063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89063; }

 p { color: rgb(168,144,99); }

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

background-color css

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

 a { background-color: rgb(168,144,99); }

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

border-color css

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

 span { border-color: rgb(168,144,99); }

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